Re: [U-Boot] [PATCH] mx6slevk: Fix the power up of the Ethernet PHY

2016-03-13 Thread Tom Rini
On Fri, Mar 11, 2016 at 10:50:22AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > GPIO4_21 is the LAN8720 power pin, not the LAN8720 reset pin. > > Fix that, so that we can have Ethernet functional again. > > Signed-off-by: Fabio Estevam Applied to u-boot/master, thanks! -- Tom si

Re: [U-Boot] [PATCH] mx6slevk: Fix the power up of the Ethernet PHY

2016-03-13 Thread Tom Rini
On Fri, Mar 11, 2016 at 10:50:22AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > GPIO4_21 is the LAN8720 power pin, not the LAN8720 reset pin. > > Fix that, so that we can have Ethernet functional again. > > Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini -- Tom signature.asc

[U-Boot] [PATCH] mx6slevk: Fix the power up of the Ethernet PHY

2016-03-11 Thread Fabio Estevam
From: Fabio Estevam GPIO4_21 is the LAN8720 power pin, not the LAN8720 reset pin. Fix that, so that we can have Ethernet functional again. Signed-off-by: Fabio Estevam --- board/freescale/mx6slevk/mx6slevk.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/board/fr