Re: [U-Boot] [PATCH] phy: atheros: add some debug output

2019-12-09 Thread Joe Hershberger
Hi Michael, On Sun, Oct 27, 2019 at 3:38 PM Michael Walle wrote: > > The network driver has to set the PHY node correctly. If that is not the > case, ar803x_of_init() will fail. Add some debugging output. > > If the device tree binding is not working for you have a look at the > ar803x_of_init:

Re: [U-Boot] [PATCH] phy: atheros: add some debug output

2019-11-29 Thread Joe Hershberger
On Sun, Oct 27, 2019 at 3:38 PM Michael Walle wrote: > > The network driver has to set the PHY node correctly. If that is not the > case, ar803x_of_init() will fail. Add some debugging output. > > If the device tree binding is not working for you have a look at the > ar803x_of_init: found PHY no

[U-Boot] [PATCH] phy: atheros: add some debug output

2019-10-27 Thread Michael Walle
The network driver has to set the PHY node correctly. If that is not the case, ar803x_of_init() will fail. Add some debugging output. If the device tree binding is not working for you have a look at the ar803x_of_init: found PHY node: phy@0 output. In the case above "phy@0" is the phy node in th