From: H. Nikolaus Schaller Date: Mon, 8 Jul 2019 14:46:04 +0000 (+0200) Subject: ARM: dts: gta04: define chosen/stdout-path X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~3890^2~19^2~1 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=26b1c8bed58637d88022ca2a937fc9c031f6dd31;p=linux.git ARM: dts: gta04: define chosen/stdout-path This allows to remove the console= entry in the kernel command line. Signed-off-by: H. Nikolaus Schaller Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index b295f6fad2a5..d01fc8744fd7 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -24,6 +24,10 @@ reg = <0x80000000 0x20000000>; /* 512 MB */ }; + chosen { + stdout-path = &uart3; + }; + aliases { display0 = &lcd; display1 = &tv0;