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

2019-06-15 Thread David Miller
From: Jose Abreu 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 dr

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

2019-06-14 Thread Corentin Labbe
On Fri, Jun 14, 2019 at 05:06:57PM +0200, Jose Abreu wrote: > 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

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

2019-06-14 Thread Jose Abreu
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 La