diff options
author | Adam Ford <aford173@gmail.com> | 2018-10-31 03:09:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-11-19 21:31:14 +0300 |
commit | a18695933b6eae84a8f24738aaefc20d7d651d09 (patch) | |
tree | 4d7f196e9ba7793852cd47278e63d582c80b46c9 /arch/arm/boot/dts/am3517-evm.dts | |
parent | de6777c50e3517725180092e523547dfd29d96ac (diff) | |
download | linux-a18695933b6eae84a8f24738aaefc20d7d651d09.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/am3517-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am3517-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |