Skip to content
Commit 1aca718e authored by Michael Sit Wei Hong's avatar Michael Sit Wei Hong Committed by Greg Kroah-Hartman
Browse files

net: stmmac: check if MAC needs to attach to a PHY



[ Upstream commit fe2cfbc9 ]

After the introduction of the fixed-link support, the MAC driver
no longer attempt to scan for a PHY to attach to. This causes the
non fixed-link setups to stop working.

Using the phylink_expects_phy() to check and determine if the MAC
should expect and attach a PHY.

Fixes: ab21cf92 ("net: stmmac: make mdio register skips PHY scanning for fixed-link")
Signed-off-by: default avatarMichael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Signed-off-by: default avatarLai Peter Jun Ann <peter.jun.ann.lai@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 2b15feab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment