From: Arnaud Ebalard Date: Fri, 21 Nov 2014 23:45:44 +0000 (+0100) Subject: arm: mvebu: use recently introduced uart label for stdout-path X-Git-Tag: v4.14-rc1~6274^2~1^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f19d09e430a6a67d3a5c79e861bae97133caf521;p=platform%2Fkernel%2Flinux-rpi.git arm: mvebu: use recently introduced uart label for stdout-path 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. Reviewed-by: Thomas Petazzoni Suggested-by: Andrew Lunn Acked-by: Andrew Lunn Signed-off-by: Arnaud Ebalard Link: https://lkml.kernel.org/r/d1a883510e01f7f212a385e826dccbef903fae42.1416613429.git.arno@natisbad.org Signed-off-by: Jason Cooper --- 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 aa5463c..088d8d2 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 {