lkml.org 
[lkml]   [2019]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH net-next 6/7] net: mvpp2: Add 2.5GBaseT support
    Date
    The PPv2 controller is able to support 2.5G speeds, allowing to use
    2.5GBASET in conjunction with PHYs that use 2500BASEX as their MII
    interface when using this mode.

    Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
    ---
    drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
    index 16066c2d5b3a..82f210c7e3e9 100644
    --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
    +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
    @@ -4414,6 +4414,7 @@ static void mvpp2_phylink_validate(struct net_device *dev,
    case PHY_INTERFACE_MODE_2500BASEX:
    phylink_set(mask, 1000baseT_Full);
    phylink_set(mask, 1000baseX_Full);
    + phylink_set(mask, 2500baseT_Full);
    phylink_set(mask, 2500baseX_Full);
    break;
    default:
    --
    2.19.2
    \
     
     \ /
      Last update: 2019-01-18 16:25    [W:2.586 / U:0.328 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site