Skip to content

Commit 6b5fad5

Browse files
committed
Merge tag 'vexpress-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/dt
Arm Vexpress update for v6.9 Just a single update to add stdout-path in the device tree chosen node so that the system console can be routed to this serial/uart port. * tag 'vexpress-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 784c93e + bd2cb11 commit 6b5fad5

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)