Re: [U-Boot] [PATCH 1/1] sunxi: R40: add support for gigabit ethernet

2018-04-17 Thread Maxime Ripard
Hi Lothar, On Thu, Apr 12, 2018 at 08:19:03PM +0200, Lothar Felten wrote: > This patch adds support for the gigabit interface found on the > Allwinner R40/V40 CPU. > It does not support the 100Mbit interface (EMAC). > > Fixes: > - add GMAC gating clock and reset control > - GPIO mux settings > -

Re: [U-Boot] [PATCH 1/1] sunxi: R40: add support for gigabit ethernet

2018-04-13 Thread Joe Hershberger
On Thu, Apr 12, 2018 at 1:19 PM, Lothar Felten wrote: > This patch adds support for the gigabit interface found on the > Allwinner R40/V40 CPU. > It does not support the 100Mbit interface (EMAC). > > Fixes: > - add GMAC gating clock and reset control > - GPIO mux settings > - device tree entries >

[U-Boot] [PATCH 1/1] sunxi: R40: add support for gigabit ethernet

2018-04-12 Thread Lothar Felten
This patch adds support for the gigabit interface found on the Allwinner R40/V40 CPU. It does not support the 100Mbit interface (EMAC). Fixes: - add GMAC gating clock and reset control - GPIO mux settings - device tree entries Tested on BananaPi M2 Berry (R40), custom board (V40). Signed-off-by: