Re: [U-Boot] [PATCH v2] mx6sxsabresd: Fix Ethernet PHY reset sequence

2015-12-07 Thread Stefano Babic
On 04/12/2015 14:13, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Nov 23, 2015 at 4:18 PM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Since commit 59370f3fcd1350 ("net: phy: delay only if reset handler is >> registered") Ethernet is no longer functional. >> >> This commit does not have

Re: [U-Boot] [PATCH v2] mx6sxsabresd: Fix Ethernet PHY reset sequence

2015-12-04 Thread Fabio Estevam
Hi Stefano, On Mon, Nov 23, 2015 at 4:18 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 59370f3fcd1350 ("net: phy: delay only if reset handler is > registered") Ethernet is no longer functional. > > This commit does not have an issue in itself, but it revelead a problem > with t

[U-Boot] [PATCH v2] mx6sxsabresd: Fix Ethernet PHY reset sequence

2015-11-23 Thread Fabio Estevam
From: Fabio Estevam Since commit 59370f3fcd1350 ("net: phy: delay only if reset handler is registered") Ethernet is no longer functional. This commit does not have an issue in itself, but it revelead a problem with the Ethernet initialization. Fix this by calling enable_fec_anatop_clock() earli