Skip to content

Commit bd2cb11

Browse files
oleorhagensudeep-holla
authored andcommitted
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@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>
1 parent 6613476 commit bd2cb11

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
#address-cells = <1>;
2121
#size-cells = <1>;
2222

23-
chosen { };
23+
chosen {
24+
stdout-path = &v2m_serial0;
25+
};
2426

2527
aliases {
2628
serial0 = &v2m_serial0;

0 commit comments

Comments
 (0)