From: Adam Ford Date: Wed, 31 Oct 2018 00:09:03 +0000 (-0500) Subject: ARM: dts: am3517-evm: Enable earlycon stdout path X-Git-Tag: v5.0-rc1~77^2~46^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a18695933b6eae84a8f24738aaefc20d7d651d09;p=linux.git ARM: dts: am3517-evm: Enable earlycon stdout path As long as the kernel cmdline has "earlycon" in it, this allows seeing debug messages earlier and does not require DEBUG_LL to be enabled. Signed-off-by: Adam Ford Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am3517-evm.dts b/arch/arm/boot/dts/am3517-evm.dts index d4d33cd7adad..07f593955761 100644 --- a/arch/arm/boot/dts/am3517-evm.dts +++ b/arch/arm/boot/dts/am3517-evm.dts @@ -20,6 +20,10 @@ display0 = &lcd0; }; + chosen { + stdout-path = &uart3; + }; + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */