
16 Feb
2021
16 Feb
'21
10:28 p.m.
On Tue, Feb 16, 2021 at 11:19:31PM +0200, Vladimir Oltean wrote:
From: Vladimir Oltean vladimir.oltean@nxp.com
dm_eth_connect_phy_handle has all the info it needs in order to hide away from the UCLASS_ETH caller the fact that it is attached to a fixed-link PHY. So only attempt to search for a phy-handle if we've exhausted the fixed-link option first.
Signed-off-by: Vladimir Oltean vladimir.oltean@nxp.com
Ouch, the function name in the commit message is wrong, I meant dm_eth_phy_connect but I pasted the wrong one. The patch is correct though. Should have not hurried.