From 67a8a5c92e7c65108b3cdf6f4f9dd2de7e22f3cd Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Thu, 24 Mar 2022 16:14:28 +0000 Subject: [PATCH] fix(morello): dts: fix stdout-path target According to the DT spec, stdout-path must either start with the full path to a node, or with an alias. "soc_uart0" is neither of them, and consequently the Linux kernel complains that it cannot find the root console device when just given "earlycon" on the kernel command line: =========== [ 0.000000] OF: fdt: earlycon: stdout-path soc_uart0 not found =========== Use the already defined "serial0" alias to fix this and make "earlycon" work in Linux. Signed-off-by: Andre Przywara Change-Id: Ie0ddb1909160c930af3831246f0140363bc0b5db --- fdts/morello-soc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdts/morello-soc.dts b/fdts/morello-soc.dts index 846463412..f93f980b4 100644 --- a/fdts/morello-soc.dts +++ b/fdts/morello-soc.dts @@ -10,7 +10,7 @@ / { chosen { - stdout-path = "soc_uart0:115200n8"; + stdout-path = "serial0:115200n8"; }; reserved-memory {