From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 06 May 2015 15:32:14 +0200 Subject: [PATCH 1/2] ARM: mvebu: add alias for mdio on Armada 38x In-Reply-To: <1430918040-17307-2-git-send-email-kaloz@openwrt.org> References: <1430918040-17307-1-git-send-email-kaloz@openwrt.org> <1430918040-17307-2-git-send-email-kaloz@openwrt.org> Message-ID: <554A17DE.7090702@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Imre, On 06/05/2015 15:13, Imre Kaloz wrote: > This allows us to reference it later. > > Signed-off-by: Imre Kaloz Acked-by: Gregory CLEMENT Thanks, Gregory > --- > arch/arm/boot/dts/armada-38x.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi > index ed2dd8b..839e5bf 100644 > --- a/arch/arm/boot/dts/armada-38x.dtsi > +++ b/arch/arm/boot/dts/armada-38x.dtsi > @@ -495,7 +495,7 @@ > status = "disabled"; > }; > > - mdio at 72004 { > + mdio: mdio at 72004 { > #address-cells = <1>; > #size-cells = <0>; > compatible = "marvell,orion-mdio"; > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH 1/2] ARM: mvebu: add alias for mdio on Armada 38x Date: Wed, 06 May 2015 15:32:14 +0200 Message-ID: <554A17DE.7090702@free-electrons.com> References: <1430918040-17307-1-git-send-email-kaloz@openwrt.org> <1430918040-17307-2-git-send-email-kaloz@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <1430918040-17307-2-git-send-email-kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Imre Kaloz Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org, thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, andrew-g2DYL2Zd6BY@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Imre, On 06/05/2015 15:13, Imre Kaloz wrote: > This allows us to reference it later. > > Signed-off-by: Imre Kaloz Acked-by: Gregory CLEMENT Thanks, Gregory > --- > arch/arm/boot/dts/armada-38x.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi > index ed2dd8b..839e5bf 100644 > --- a/arch/arm/boot/dts/armada-38x.dtsi > +++ b/arch/arm/boot/dts/armada-38x.dtsi > @@ -495,7 +495,7 @@ > status = "disabled"; > }; > > - mdio@72004 { > + mdio: mdio@72004 { > #address-cells = <1>; > #size-cells = <0>; > compatible = "marvell,orion-mdio"; > -- 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