From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCHv2 4/8] arm: mvebu: use recently introduced uart label for stdout-path Date: Sun, 16 Nov 2014 22:02:33 +0100 Message-ID: <20141116210233.GI15870@lunn.ch> References: <8b2c3e42793a9276e7b8ded0623675b95a5f68c2.1416158990.git.arno@natisbad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <8b2c3e42793a9276e7b8ded0623675b95a5f68c2.1416158990.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnaud Ebalard Cc: Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Ben Peddell , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , Pawel Moll , Stephen Warren , Ian Campbell , Rob Herring , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, Nov 16, 2014 at 06:37:25PM +0100, Arnaud Ebalard wrote: > > Now that labels for uartX are available in Marvell Armada .dtsi files, > this patch replaces the "/soc/internal-regs/serial@12000" found in > armada-xp-lenovo-ix4-300d.dts file for stdout-path property by the more > concise &uart0. > > Suggested-by: Andrew Lunn > Signed-off-by: Arnaud Ebalard Acked-by: Andrew Lunn Thanks for the patch Andrew > --- > arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > index 469cf7137595..cccf54784c4c 100644 > --- a/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts > @@ -22,7 +22,7 @@ > > chosen { > bootargs = "console=ttyS0,115200 earlyprintk"; > - stdout-path = "/soc/internal-regs/serial@12000"; > + stdout-path = &uart0; > }; > > memory { > -- > 2.1.1 > > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- 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