devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
@ 2024-02-09 11:28 Ole P. Orhagen
  2024-02-09 13:02 ` Linus Walleij
  2024-02-22  7:04 ` Sudeep Holla
  0 siblings, 2 replies; 4+ messages in thread
From: Ole P. Orhagen @ 2024-02-09 11:28 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linus.walleij, ole, kristian.amlie, Ole P. Orhagen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
	Lorenzo Pieralisi, Andre Przywara, Claudiu Beznea, Shawn Guo,
	Peter Rosin, devicetree, linux-kernel

Specify v2m_serial0 as the device for boot console output through the
stdout-path in the chosen node.

Signed-off-by: Ole P. Orhagen <ole.orhagen@northern.tech>
---
 arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
index 5916e4877eac..8bf35666412b 100644
--- a/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
+++ b/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
@@ -20,7 +20,9 @@ / {
 	#address-cells = <1>;
 	#size-cells = <1>;
 
-	chosen { };
+	chosen {
+		stdout-path = &v2m_serial0;
+	};
 
 	aliases {
 		serial0 = &v2m_serial0;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-22  7:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 11:28 [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node Ole P. Orhagen
2024-02-09 13:02 ` Linus Walleij
2024-02-20  7:30   ` Ole Orhagen
2024-02-22  7:04 ` Sudeep Holla

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).