Re: [PATCH] net: macb: Fix handling of fixed-link node

From: David Miller
Date: Tue Mar 31 2020 - 13:07:17 EST


From: Codrin Ciubotariu <codrin.ciubotariu@xxxxxxxxxxxxx>
Date: Tue, 31 Mar 2020 12:39:35 +0300

> fixed-link nodes are treated as PHY nodes by of_mdiobus_child_is_phy().
> We must check if the interface is a fixed-link before looking up for PHY
> nodes.
>
> Fixes: 7897b071ac3b ("net: macb: convert to phylink")
> Tested-by: Cristian Birsan <cristian.birsan@xxxxxxxxxxxxx>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@xxxxxxxxxxxxx>

Applied and queued up for -stable, thanks.