summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-icore.dtsi
diff options
context:
space:
mode:
authorShyam Saini <shyam.saini@amarulasolutions.com>2018-10-18 20:33:05 +0530
committerShawn Guo <shawnguo@kernel.org>2018-11-05 10:14:09 +0800
commit3aca6e4e6e512b4d7c0fddd1b99955f9aa55c89a (patch)
tree68598df37afd3def970068b14166179c15513b3b /arch/arm/boot/dts/imx6qdl-icore.dtsi
parentc8c23423cc98f56519d7aa6c063603a646850c5c (diff)
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 <festevam@gmail.com> Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-icore.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-icore.dtsi4
1 files changed, 4 insertions, 0 deletions
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>;