commit | 6de046eaa74a2a0fb68f1055a1d38bc93f4f16c7 | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Thu Apr 20 11:13:13 2017 +0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Jun 02 14:44:19 2017 -0500 |
tree | 7cda1411bb907c4bfe55737e2bbe1c3423b4189e | |
parent | e09d0c8314933e586de6549581e35cb21f8b4da2 [diff] |
net: macb: Fix GMAC not work when enable DM_ETH 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@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>