Re: [U-Boot] [PATCH] sunxi: Request macpwr gpio before using it

2015-06-07 Thread Maxin B. John
Hi, On Sun, Jun 07, 2015 at 04:59:30PM +0200, Hans de Goede wrote: This fixes ethernet no longer working on boards which use a gpio to enable the phy. Signed-off-by: Hans de Goede hdego...@redhat.com --- Looks like we sent the same patch to the mailing list today :)

Re: [U-Boot] [PATCH] sunxi: Request macpwr gpio before using it

2015-06-07 Thread Ian Campbell
On Sun, 2015-06-07 at 16:59 +0200, Hans de Goede wrote: This fixes ethernet no longer working on boards which use a gpio to enable the phy. Signed-off-by: Hans de Goede hdego...@redhat.com Acked-by: Ian Campbell i...@hellion.org.uk --- arch/arm/cpu/armv7/sunxi/board.c | 1 + 1 file

[U-Boot] [PATCH] sunxi: Request macpwr gpio before using it

2015-06-07 Thread Hans de Goede
This fixes ethernet no longer working on boards which use a gpio to enable the phy. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/sunxi/board.c b/arch/arm/cpu/armv7/sunxi/board.c index