diff options
| author | Michael Walle <[email protected]> | 2026-03-18 15:29:15 +0100 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-03-23 14:27:23 +0800 |
| commit | 6dad9838d34c106c94bf18e634b5999c60136234 (patch) | |
| tree | 9e7e5cf63045cea69d148ab729390f649de19d45 | |
| parent | 33756fd4a8157d1d921a703c4fa172f6d2eadbd2 (diff) | |
arm: dts: ls1021a-tsn: add default serial output
Since switching to DM_SERIAL 'stdout-path' seems to be necessary.
Signed-off-by: Michael Walle <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/dts/ls1021a-tsn.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/ls1021a-tsn.dts b/arch/arm/dts/ls1021a-tsn.dts index 68f5543644e..e74d0956194 100644 --- a/arch/arm/dts/ls1021a-tsn.dts +++ b/arch/arm/dts/ls1021a-tsn.dts @@ -22,6 +22,10 @@ ethernet5 = &swp4; ethernet6 = &swp5; }; + + chosen { + stdout-path = &uart0; + }; }; &dspi0 { |
