diff options
author | Adam Ford <aford173@gmail.com> | 2019-01-23 12:46:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-01 09:14:21 -0500 |
commit | dd5b0e229bb6fd6ea0e0e747e01aa5d48b4df8d1 (patch) | |
tree | b0be416bf856a8387e3f16acac9f59abb181cb2e /arch | |
parent | 13756ebb98f25eececb0764b22bf694ed4981bad (diff) |
ARM: DTS: Resync am3517-evm.dts with Linux 5.0-rc3
The chosen node was added in the kernel. This may come in handy
in the future, so resync with 5.0-rc3
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/am3517-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/am3517-evm.dts b/arch/arm/dts/am3517-evm.dts index 1e2bb68231a..3527c0f2dff 100644 --- a/arch/arm/dts/am3517-evm.dts +++ b/arch/arm/dts/am3517-evm.dts @@ -20,6 +20,10 @@ display0 = &lcd0; }; + chosen { + stdout-path = &uart3; + }; + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ |