[U-Boot] [PATCH] net: macb: Fix GMAC not work when enable DM_ETH
Simon Glass
sjg at chromium.org
Wed Apr 19 00:12:28 UTC 2017
On 18 April 2017 at 01:41, Wenyou Yang <wenyou.yang at atmel.com> wrote:
> Always search the PHY to determine the macb->phy_addr before using
> the PHY to fix "No PHY present" error.
>
> Fix the wrong test of the GMAC's phy interface mode, it should be
> PHY_INTERFACE_MODE_RGMII.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
> ---
>
> drivers/net/macb.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list