From: Shyam Saini Date: Thu, 18 Oct 2018 15:03:05 +0000 (+0530) Subject: ARM: dts: imx6qdl-icore: Add missing stdout-path property X-Git-Tag: for-linus-20190104~30^2~3^2~83 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3aca6e4e6e512b4d7c0fddd1b99955f9aa55c89a;p=linux-block.git ARM: dts: imx6qdl-icore: Add missing stdout-path property This would help us to get early boot logs by passing "earlycon" to kernel bootargs. Further, by adding this we don't have to depend on complex earlyprintk configs for early boot logs. Reviewed-by: Fabio Estevam Signed-off-by: Shyam Saini Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi index 84d03c65f4c8..aaed37c73c29 100644 --- a/arch/arm/boot/dts/imx6qdl-icore.dtsi +++ b/arch/arm/boot/dts/imx6qdl-icore.dtsi @@ -13,6 +13,10 @@ reg = <0x10000000 0x80000000>; }; + chosen { + stdout-path = &uart4; + }; + backlight_lvds: backlight-lvds { compatible = "pwm-backlight"; pwms = <&pwm3 0 100000>;