From: Tuomas Tynkkynen Date: Mon, 20 Aug 2018 21:07:18 +0000 (+0300) Subject: ARM: dts: imx6qdl-wandboard: Add stdout-path X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~6024^2~18^2~37 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=3ca5a850de8342ae6b4e9e174848c9ae7f485dc8;p=linux.git ARM: dts: imx6qdl-wandboard: Add stdout-path Setting a stdout-path in the .dtb is convenient because then the user gets a serial console on the RS-232 connector without any extra effort of figuring out the relevant 'console=' boot parameter. Reviewed-by: Fabio Estevam Signed-off-by: Tuomas Tynkkynen Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi index 381bf61fcd28..b7d5fb421404 100644 --- a/arch/arm/boot/dts/imx6qdl-wandboard.dtsi +++ b/arch/arm/boot/dts/imx6qdl-wandboard.dtsi @@ -8,6 +8,10 @@ #include / { + chosen { + stdout-path = &uart1; + }; + sound { compatible = "fsl,imx6-wandboard-sgtl5000", "fsl,imx-audio-sgtl5000";