aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/jr2_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mscc_eswitch/jr2_switch.c')
-rw-r--r--drivers/net/mscc_eswitch/jr2_switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mscc_eswitch/jr2_switch.c b/drivers/net/mscc_eswitch/jr2_switch.c
index d1e5b61..1462b8f 100644
--- a/drivers/net/mscc_eswitch/jr2_switch.c
+++ b/drivers/net/mscc_eswitch/jr2_switch.c
@@ -954,7 +954,7 @@ static int jr2_probe(struct udevice *dev)
phy = phy_connect(priv->ports[i].bus,
priv->ports[i].phy_addr, dev,
- PHY_INTERFACE_MODE_NONE);
+ PHY_INTERFACE_MODE_NA);
if (phy)
board_phy_config(phy);
}