]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: fsl: Fix improperly quoted stdout-path values
authorRob Herring <robh@kernel.org>
Wed, 31 Oct 2018 01:02:30 +0000 (20:02 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Nov 2018 02:09:02 +0000 (10:09 +0800)
commit9328f122eac346ad92da541011baf7c23710d0ec
tree7472ae968ef7f6a5b5f2c70bc28c4d988ec702a1
parentb848f767787c9c1bf1db03331c2ea4f6a1b43123
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>
arch/arm/boot/dts/imx53-ppd.dts
arch/arm/boot/dts/vf610m4-colibri.dts