[PATCH] ARM: dts: dm8168-evm: Set stdout-path to uart3

Christopher Obbard posted 1 patch 1 month, 1 week ago
arch/arm/boot/dts/ti/omap/dm8168-evm.dts | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] ARM: dts: dm8168-evm: Set stdout-path to uart3
Posted by Christopher Obbard 1 month, 1 week ago
Specify the board's default console UART by setting chosen/stdout-path
to uart3, so that early console output and /dev/console map to the
expected serial port by default.

Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
---
 arch/arm/boot/dts/ti/omap/dm8168-evm.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/ti/omap/dm8168-evm.dts b/arch/arm/boot/dts/ti/omap/dm8168-evm.dts
index 6130b9a5f660..81450e15b889 100644
--- a/arch/arm/boot/dts/ti/omap/dm8168-evm.dts
+++ b/arch/arm/boot/dts/ti/omap/dm8168-evm.dts
@@ -8,6 +8,10 @@ / {
 	model = "DM8168 EVM";
 	compatible = "ti,dm8168-evm", "ti,dm8168", "ti,dm816";
 
+	chosen {
+		stdout-path = &uart3;
+	};
+
 	memory@80000000 {
 		device_type = "memory";
 		reg = <0x80000000 0x40000000	/* 1 GB */

---
base-commit: f1a5e78a55ebf2b05777fd5eb738038ddae609d6
change-id: 20260502-wip-obbardc-omap-dm8168-evm-stdout-path-6aa87bce6814

Best regards,
-- 
Christopher Obbard <christopher.obbard@linaro.org>
Re: [PATCH] ARM: dts: dm8168-evm: Set stdout-path to uart3
Posted by Kevin Hilman 1 month, 1 week ago
On Sat, 02 May 2026 03:13:18 +0100, Christopher Obbard wrote:
> Specify the board's default console UART by setting chosen/stdout-path
> to uart3, so that early console output and /dev/console map to the
> expected serial port by default.

Applied, thanks!

[1/1] ARM: dts: dm8168-evm: Set stdout-path to uart3
      commit: b6aefeea7b4aa9158c1dcec8c050a678af7bf9b0

Best regards,
-- 
Kevin Hilman (TI) <khilman@baylibre.com>