Message ID | 20230110050206.116110-4-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: ethernet: renesas: rswitch: Modify initialization for SERDES and PHY | expand |
diff --git a/drivers/net/ethernet/renesas/rswitch.c b/drivers/net/ethernet/renesas/rswitch.c index ca79ee168206..5a8a0c48dfd3 100644 --- a/drivers/net/ethernet/renesas/rswitch.c +++ b/drivers/net/ethernet/renesas/rswitch.c @@ -1208,6 +1208,7 @@ static int rswitch_phylink_init(struct rswitch_device *rdev) rdev->phylink_config.dev = &rdev->ndev->dev; rdev->phylink_config.type = PHYLINK_NETDEV; + rdev->phylink_config.ovr_host_interfaces = true; __set_bit(PHY_INTERFACE_MODE_SGMII, rdev->phylink_config.supported_interfaces); __set_bit(PHY_INTERFACE_MODE_USXGMII, rdev->phylink_config.supported_interfaces); rdev->phylink_config.mac_capabilities = MAC_100FD | MAC_1000FD | MAC_2500FD;
Enable ovr_host_interfaces to set the host_interfaces of phy_dev for a non-sfp PHY. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> --- drivers/net/ethernet/renesas/rswitch.c | 1 + 1 file changed, 1 insertion(+)