diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2019-07-08 16:46:04 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-08-13 13:47:15 +0200 |
commit | 26b1c8bed58637d88022ca2a937fc9c031f6dd31 (patch) | |
tree | 3d1bd7cc655ff619b2ef6ca6a0d2e426cc8abe5a | |
parent | ARM: dts: omap3-n950-n9: Remove regulator-boot-off property (diff) | |
download | linux-26b1c8bed58637d88022ca2a937fc9c031f6dd31.tar.xz linux-26b1c8bed58637d88022ca2a937fc9c031f6dd31.zip |
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 <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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; |