Commit 3aca6e4e authored by Shyam Saini's avatar Shyam Saini Committed by Shawn Guo
Browse files

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: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShyam Saini <shyam.saini@amarulasolutions.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c8c23423
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
		reg = <0x10000000 0x80000000>;
	};

	chosen {
		stdout-path = &uart4;
	};

	backlight_lvds: backlight-lvds {
		compatible = "pwm-backlight";
		pwms = <&pwm3 0 100000>;