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 <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
1 parent 6613476 commit bd2cb11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)