From fcb0ea19af70c781982b96c407afe2d6bc6d0efd Mon Sep 17 00:00:00 2001 From: Nikos Nikoleris Date: Thu, 21 Jan 2021 13:50:25 +0000 Subject: [PATCH] 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 Change-Id: I3d403389a424569be56327fab4140fec06f96d37 --- fdts/morello-fvp.dts | 2 +- fdts/n1sdp-single-chip.dts | 2 +- fdts/tc0.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fdts/morello-fvp.dts b/fdts/morello-fvp.dts index 699dc2346..dda73f1c2 100644 --- a/fdts/morello-fvp.dts +++ b/fdts/morello-fvp.dts @@ -10,7 +10,7 @@ / { chosen { - stdout-path = "soc_uart0:115200n8"; + stdout-path = "serial0:115200n8"; }; reserved-memory { diff --git a/fdts/n1sdp-single-chip.dts b/fdts/n1sdp-single-chip.dts index bd4827381..3c091ac40 100644 --- a/fdts/n1sdp-single-chip.dts +++ b/fdts/n1sdp-single-chip.dts @@ -16,7 +16,7 @@ }; chosen { - stdout-path = "soc_uart0:115200n8"; + stdout-path = "serial0:115200n8"; }; /* This configuration assumes that standard setup with two DIMM modules. diff --git a/fdts/tc0.dts b/fdts/tc0.dts index 543847405..f1ade19e6 100644 --- a/fdts/tc0.dts +++ b/fdts/tc0.dts @@ -17,7 +17,7 @@ }; chosen { - stdout-path = "soc_uart0:115200n8"; + stdout-path = "serial0:115200n8"; }; cpus {