fdts: Fix stdout-path in various platforms

The value of stdout-path is a string and as a result, we can't use a
label as a reference to the serial0 node. This change fixes the
stdout-path property for N1SDP, Morello and TC0 by pointing to the
right alias.

Signed-off-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Change-Id: I3d403389a424569be56327fab4140fec06f96d37
This commit is contained in:
Nikos Nikoleris 2021-01-21 13:50:25 +00:00 committed by Andre Przywara
parent 337e493306
commit fcb0ea19af
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
/ {
chosen {
stdout-path = "soc_uart0:115200n8";
stdout-path = "serial0:115200n8";
};
reserved-memory {

View File

@ -16,7 +16,7 @@
};
chosen {
stdout-path = "soc_uart0:115200n8";
stdout-path = "serial0:115200n8";
};
/* This configuration assumes that standard setup with two DIMM modules.

View File

@ -17,7 +17,7 @@
};
chosen {
stdout-path = "soc_uart0:115200n8";
stdout-path = "serial0:115200n8";
};
cpus {