Re: [PATCH net-next v2] net: stmmac: Fix case when PHY handle is not present

From: David Miller
Date: Fri Jun 28 2019 - 12:19:18 EST


From: Jose Abreu <Jose.Abreu@xxxxxxxxxxxx>
Date: Fri, 28 Jun 2019 09:25:07 +0200

> Some DT bindings do not have the PHY handle. Let's fallback to manually
> discovery in case phylink_of_phy_connect() fails.
>
> Changes from v1:
> - Fixup comment style (Sergei)
>
> Fixes: 74371272f97f ("net: stmmac: Convert to phylink and remove phylib logic")
> Reported-by: Katsuhiro Suzuki <katsuhiro@xxxxxxxxxxxxx>
> Tested-by: Katsuhiro Suzuki <katsuhiro@xxxxxxxxxxxxx>
> Signed-off-by: Jose Abreu <joabreu@xxxxxxxxxxxx>

Applied, thanks.