diff options
author | Ole P. Orhagen <ole.orhagen@northern.tech> | 2024-02-09 12:28:01 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2024-02-15 11:14:51 +0000 |
commit | bd2cb11fd765f4acc04fc47a4b2a38686890738a (patch) | |
tree | 131430c9dec0188ed57a1c80f8018aa204eca3b1 | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/arm/vexpress-v2p-ca9.dts | 4 |
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; |