ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
authorOle P. Orhagen <ole.orhagen@northern.tech>
Fri, 9 Feb 2024 11:28:01 +0000 (12:28 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 15 Feb 2024 11:14:51 +0000 (11:14 +0000)
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>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240209112807.1345164-2-ole.orhagen@northern.tech
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts

index 5916e4877eace701c1affb59ea6d446a43079679..8bf35666412b1086a420ac3becacd348b8e7c8d8 100644 (file)
@@ -20,7 +20,9 @@
        #address-cells = <1>;
        #size-cells = <1>;
 
-       chosen { };
+       chosen {
+               stdout-path = &v2m_serial0;
+       };
 
        aliases {
                serial0 = &v2m_serial0;