[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240209112807.1345164-2-ole.orhagen@northern.tech>
Date: Fri, 9 Feb 2024 12:28:01 +0100
From: "Ole P. Orhagen" <ole.orhagen@...thern.tech>
To: linux-arm-kernel@...ts.infradead.org
Cc: linus.walleij@...aro.org,
ole@...agen.no,
kristian.amlie@...thern.tech,
"Ole P. Orhagen" <ole.orhagen@...thern.tech>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Liviu Dudau <liviu.dudau@....com>,
Sudeep Holla <sudeep.holla@....com>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Andre Przywara <andre.przywara@....com>,
Claudiu Beznea <claudiu.beznea@...on.dev>,
Shawn Guo <shawnguo@...nel.org>,
Peter Rosin <peda@...ntia.se>,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
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@...thern.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
Powered by blists - more mailing lists