From: Ole P. Orhagen Date: Fri, 9 Feb 2024 11:28:01 +0000 (+0100) Subject: ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd2cb11fd765f4acc04fc47a4b2a38686890738a;p=linux.git 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 Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20240209112807.1345164-2-ole.orhagen@northern.tech Signed-off-by: Sudeep Holla --- diff --git a/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts index 5916e4877eace..8bf35666412b1 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;