diff mbox series

[1/2] DTS: ARM: gta04: define chosen/stdout-path

Message ID 21ed570c5920346bf9dc1284c8dfee2e6ef79a51.1562597164.git.hns@goldelico.com (mailing list archive)
State New, archived
Headers show
Series DTS: ARM: some minor updates and fixes for GTA04 | expand

Commit Message

H. Nikolaus Schaller July 8, 2019, 2:46 p.m. UTC
This allows to remove the console= entry in the kernel command line.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tony Lindgren Aug. 13, 2019, 11:47 a.m. UTC | #1
* H. Nikolaus Schaller <hns@goldelico.com> [190708 14:46]:
> This allows to remove the console= entry in the kernel command line.

Applying this patch into omap-for-v5.4/dt thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 6473d8dfadc0..9a9a29fe88ec 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;