Re: [PATCH v3 8/8] ARM: dts: sun7i: Add ethernet alias for GMAC

2014-02-05 Thread Maxime Ripard
On Wed, Feb 05, 2014 at 12:43:18PM +0800, Chen-Yu Tsai wrote: > On Tue, Feb 4, 2014 at 3:38 AM, Maxime Ripard > wrote: > > On Mon, Feb 03, 2014 at 11:32:26AM +0800, Chen-Yu Tsai wrote: > >> U-Boot will insert MAC address into the device tree image. > >> It looks up ethernet[0-5] aliases to find th

Re: [PATCH v3 8/8] ARM: dts: sun7i: Add ethernet alias for GMAC

2014-02-04 Thread Chen-Yu Tsai
On Tue, Feb 4, 2014 at 3:38 AM, Maxime Ripard wrote: > On Mon, Feb 03, 2014 at 11:32:26AM +0800, Chen-Yu Tsai wrote: >> U-Boot will insert MAC address into the device tree image. >> It looks up ethernet[0-5] aliases to find the ethernet nodes. >> Alias GMAC as ethernet0, as it is the only ethernet

Re: [PATCH v3 8/8] ARM: dts: sun7i: Add ethernet alias for GMAC

2014-02-03 Thread Maxime Ripard
On Mon, Feb 03, 2014 at 11:32:26AM +0800, Chen-Yu Tsai wrote: > U-Boot will insert MAC address into the device tree image. > It looks up ethernet[0-5] aliases to find the ethernet nodes. > Alias GMAC as ethernet0, as it is the only ethernet controller used. > > Signed-off-by: Chen-Yu Tsai > --- >