mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
net: dsa: felix: remove "xgmii" phy-mode
The felix driver runs only on NXP LS1028A, which most definitely does not support the parallel 10G interface, just USXGMII, and that only up to 2.5Gbps (toned down from 10 Gbps via symbol replication). Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
f8ca46e561
commit
9bf2b962ff
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ static void felix_start_pcs(struct udevice *dev, int port,
|
|||
case PHY_INTERFACE_MODE_QSGMII:
|
||||
felix_init_sgmii(imdio, port, autoneg);
|
||||
break;
|
||||
case PHY_INTERFACE_MODE_XGMII:
|
||||
case PHY_INTERFACE_MODE_10GBASER:
|
||||
case PHY_INTERFACE_MODE_USXGMII:
|
||||
if (felix_init_sxgmii(imdio, port))
|
||||
|
|
Loading…
Reference in a new issue