diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-01-18 05:03:25 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 19:39:01 +0100 |
commit | bc1baa6b8f77e256ccfb8a4e265d34d39b83b0d8 (patch) | |
tree | 65fb94672568d721362a6d92a741401173693fe2 /arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | |
parent | ARM: dts: am43xx: Add stdout-path property (diff) | |
download | linux-bc1baa6b8f77e256ccfb8a4e265d34d39b83b0d8.tar.xz linux-bc1baa6b8f77e256ccfb8a4e265d34d39b83b0d8.zip |
ARM: dts: am57xx: Add stdout-path property
Add stdout-path property in /chosen node so that earlycon can be
used by just adding earlycon in bootargs.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index 0429fa0822e0..585d792a8fdd 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi @@ -22,6 +22,10 @@ display0 = &hdmi0; }; + chosen { + stdout-path = &uart3; + }; + memory@0 { device_type = "memory"; reg = <0x0 0x80000000 0x0 0x80000000>; |