[U-Boot] [PATCH] phy: atheros: add some debug output
Joe Hershberger
joe.hershberger at ni.com
Sat Nov 30 01:11:01 UTC 2019
On Sun, Oct 27, 2019 at 3:38 PM Michael Walle <michael at walle.cc> 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 node: phy at 0
> output. In the case above "phy at 0" is the phy node in the device tree. If
> instead the node of your network device is displayed, you have to set
> the phydev->node property in your network device driver. For example,
> the following patch adds it to the fsl_enetc driver:
> https://patchwork.ozlabs.org/patch/1184523/
>
> Signed-off-by: Michael Walle <michael at walle.cc>
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list