Re: [U-Boot] [PATCH 10/23] net: pch_gbe: Reset during probe

2016-09-27 Thread Bin Meng
On Tue, Sep 27, 2016 at 2:29 AM, Paul Burton wrote: > Using the EG20T gigabit ethernet controller on the MIPS Boston board, we > find that we have to reset the controller in order for the RGMII link to > the PHY to become functional. Without doing so we constantly time out

[U-Boot] [PATCH 10/23] net: pch_gbe: Reset during probe

2016-09-26 Thread Paul Burton
Using the EG20T gigabit ethernet controller on the MIPS Boston board, we find that we have to reset the controller in order for the RGMII link to the PHY to become functional. Without doing so we constantly time out in pch_gbe_mdio_ready. Signed-off-by: Paul Burton ---