]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: imx6qdl-icore: Add missing stdout-path property
authorShyam Saini <shyam.saini@amarulasolutions.com>
Thu, 18 Oct 2018 15:03:05 +0000 (20:33 +0530)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Nov 2018 02:14:09 +0000 (10:14 +0800)
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>
arch/arm/boot/dts/imx6qdl-icore.dtsi

index 84d03c65f4c87eb283f3378c027a880b46814ac9..aaed37c73c29211e71dc3d25abe97a9f8653058a 100644 (file)
                reg = <0x10000000 0x80000000>;
        };
 
+       chosen {
+               stdout-path = &uart4;
+       };
+
        backlight_lvds: backlight-lvds {
                compatible = "pwm-backlight";
                pwms = <&pwm3 0 100000>;