From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: ARM: mvebu: dt: add missing alias 'eth3' on Armada XP mv78260 Date: Mon, 13 Jan 2014 10:00:46 +0100 Message-ID: <52D3AB3E.2000305@free-electrons.com> References: <20140112120924.GA1916@1wt.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140112120924.GA1916-K+wRfnb2/UA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Willy Tarreau , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Thomas Petazzoni List-Id: devicetree@vger.kernel.org Hi Willy, On 12/01/2014 13:09, Willy Tarreau wrote: > It was correctly set on mv78460 but not on mv78260, resulting in my > OpenBlocks AX3-4 retrieving only 3 of its 4 MAC addresses from the > boot loader. > > Cc: Thomas Petazzoni > Cc: Gregory CLEMENT > Signed-off-by: Willy Tarreau Acked-by: Gregory CLEMENT Thanks, Gregory > --- > arch/arm/boot/dts/armada-xp-mv78260.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armada-xp-mv78260.dtsi b/arch/arm/boot/dts/armada-xp-mv78260.dtsi > index 6660968..9480cf8 100644 > --- a/arch/arm/boot/dts/armada-xp-mv78260.dtsi > +++ b/arch/arm/boot/dts/armada-xp-mv78260.dtsi > @@ -23,6 +23,7 @@ > gpio0 = &gpio0; > gpio1 = &gpio1; > gpio2 = &gpio2; > + eth3 = ð3; > }; > > cpus { > @@ -291,7 +292,7 @@ > interrupts = <91>; > }; > > - ethernet@34000 { > + eth3: ethernet@34000 { > compatible = "marvell,armada-370-neta"; > reg = <0x34000 0x4000>; > interrupts = <14>; > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html