aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2024-03-04 17:23:43 +0100
committerGravatar Arnd Bergmann <arnd@arndb.de> 2024-03-04 17:23:43 +0100
commit6b5fad59fd467d2261dcf74790f8ddd1d148fa5f (patch)
treea307caf40f0d7ef561982b0df2e45ce5b6c59ebc /arch/arm
parentARM: dts: samsung: exynos4412: decrease memory to account for unusable region (diff)
parentARM: dts: vexpress: Set stdout-path to serial0 in the chosen node (diff)
downloadlinux-6b5fad59fd467d2261dcf74790f8ddd1d148fa5f.tar.gz
linux-6b5fad59fd467d2261dcf74790f8ddd1d148fa5f.tar.bz2
linux-6b5fad59fd467d2261dcf74790f8ddd1d148fa5f.zip
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/20240223033307.117906-1-sudeep.holla@arm.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts b/arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts
index 5916e4877eac..8bf35666412b 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;