linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: keystone-k2g: Add stdout-path property
@ 2020-10-28 14:08 Tero Kristo
  0 siblings, 0 replies; only message in thread
From: Tero Kristo @ 2020-10-28 14:08 UTC (permalink / raw)
  To: ssantosh, linux-arm-kernel, devicetree, linux-kernel

Add stdout-path property in /chosen node so that earlycon can be
used by just adding earlycon in bootargs.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/boot/dts/keystone-k2g.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 05a75019275e..1105b5d1f886 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -16,7 +16,9 @@
 	#size-cells = <2>;
 	interrupt-parent = <&gic>;
 
-	chosen { };
+	chosen {
+		stdout-path = &uart0;
+	};
 
 	aliases {
 		serial0 = &uart0;
-- 
2.17.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-28 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 14:08 [PATCH] ARM: dts: keystone-k2g: Add stdout-path property Tero Kristo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).