summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-ppd.dts
diff options
context:
space:
mode:
authorRob Herring2018-10-31 02:02:30 +0100
committerShawn Guo2018-11-05 03:09:02 +0100
commit1af6ab3bac8458fc2e92ad7bb97b62de4a1fddef (patch)
tree7472ae968ef7f6a5b5f2c70bc28c4d988ec702a1 /arch/arm/boot/dts/imx53-ppd.dts
parentARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node (diff)
downloadkernel-qcow2-linux-1af6ab3bac8458fc2e92ad7bb97b62de4a1fddef.tar.gz
kernel-qcow2-linux-1af6ab3bac8458fc2e92ad7bb97b62de4a1fddef.tar.xz
kernel-qcow2-linux-1af6ab3bac8458fc2e92ad7bb97b62de4a1fddef.zip
ARM: dts: fsl: Fix improperly quoted stdout-path values
A quoted label reference doesn't expand to the node path and is taken as a literal string. Dropping the quotes can fix this unless the baudrate string is appended in which case we have to use the alias. At least on VF610, the problem was masked by setting the console in bootargs. Use the alias syntax with baudrate parameter so we can drop setting the console in bootargs. Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Pengutronix Kernel Team <kernel@pengutronix.de> Cc: NXP Linux Team <linux-imx@nxp.com> Cc: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-ppd.dts')
-rw-r--r--arch/arm/boot/dts/imx53-ppd.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-ppd.dts b/arch/arm/boot/dts/imx53-ppd.dts
index b560ff88459b..5ff9a179c83c 100644
--- a/arch/arm/boot/dts/imx53-ppd.dts
+++ b/arch/arm/boot/dts/imx53-ppd.dts
@@ -55,7 +55,7 @@
};
chosen {
- stdout-path = "&uart1:115200n8";
+ stdout-path = "serial0:115200n8";
};
memory@70000000 {