aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2017-12-12 07:53:18 -0500
committerDavid S. Miller <davem@davemloft.net>2017-12-13 15:03:15 -0500
commite8952babf83465f8a27b935bcfd920f972107398 (patch)
tree1500d8aee7f1242c3cf2664c12305e532217554a
parentc132cd8e0511b6817af925ffe4e3ec9818843d59 (diff)
net: phy: marvell10g: remove XGMII as an option for 88x3310
Remove XGMII as an option for the 88x3310 PHY driver, as the PHY doesn't support XGMII's 32-bit data lanes. It supports USXGMII, which is not XGMII, but a single-lane serdes interface - see https://developer.cisco.com/site/usgmii-usxgmii/ Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/phy/marvell10g.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell10g.c b/drivers/net/phy/marvell10g.c
index 21b3f36e023a..f0cfba4e758b 100644
--- a/drivers/net/phy/marvell10g.c
+++ b/drivers/net/phy/marvell10g.c
@@ -84,7 +84,6 @@ static int mv3310_config_init(struct phy_device *phydev)
84 84
85 /* Check that the PHY interface type is compatible */ 85 /* Check that the PHY interface type is compatible */
86 if (phydev->interface != PHY_INTERFACE_MODE_SGMII && 86 if (phydev->interface != PHY_INTERFACE_MODE_SGMII &&
87 phydev->interface != PHY_INTERFACE_MODE_XGMII &&
88 phydev->interface != PHY_INTERFACE_MODE_XAUI && 87 phydev->interface != PHY_INTERFACE_MODE_XAUI &&
89 phydev->interface != PHY_INTERFACE_MODE_RXAUI && 88 phydev->interface != PHY_INTERFACE_MODE_RXAUI &&
90 phydev->interface != PHY_INTERFACE_MODE_10GKR) 89 phydev->interface != PHY_INTERFACE_MODE_10GKR)