Re: [PATCH net-next] net: stmmac: Fix wrapper drivers not detecting PHY

From: David Miller
Date: Sat Jun 15 2019 - 17:03:17 EST


From: Jose Abreu <Jose.Abreu@xxxxxxxxxxxx>
Date: Fri, 14 Jun 2019 17:06:57 +0200

> Because of PHYLINK conversion we stopped parsing the phy-handle property
> from DT. Unfortunatelly, some wrapper drivers still rely on this phy
> node to configure the PHY.
>
> Let's restore the parsing of PHY handle while these wrapper drivers are
> not fully converted to PHYLINK.
>
> Reported-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
> Fixes: 74371272f97f ("net: stmmac: Convert to phylink and remove phylib logic")
> Signed-off-by: Jose Abreu <joabreu@xxxxxxxxxxxx>

Applied, thanks.