Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Adam Ford and committed by
Tony Lindgren
a1869593 de6777c5

+4
+4
arch/arm/boot/dts/am3517-evm.dts
··· 20 20 display0 = &lcd0; 21 21 }; 22 22 23 + chosen { 24 + stdout-path = &uart3; 25 + }; 26 + 23 27 memory@80000000 { 24 28 device_type = "memory"; 25 29 reg = <0x80000000 0x10000000>; /* 256 MB */