Re: [PATCH net-next] net: dsa: Deal with non-existing PHY/fixed-link

From: David Miller
Date: Wed Jun 12 2019 - 14:06:23 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Mon, 10 Jun 2019 12:31:49 -0700

> We need to specifically deal with phylink_of_phy_connect() returning
> -ENODEV, because this can happen when a CPU/DSA port does connect
> neither to a PHY, nor has a fixed-link property. This is a valid use
> case that is permitted by the binding and indicates to the switch:
> auto-configure port with maximum capabilities.
>
> Fixes: 0e27921816ad ("net: dsa: Use PHYLINK for the CPU/DSA ports")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied.