diff options
author | Lokesh Vutla | 2017-01-18 05:03:23 +0100 |
---|---|---|
committer | Tony Lindgren | 2017-01-20 19:39:00 +0100 |
commit | b763973a18f554d0cefbff983d8569cae69c1187 (patch) | |
tree | 4dd8e67ec57438287c63e380e64e4e52232aec13 /arch/arm/boot/dts/am335x-evm.dts | |
parent | ARM: dts: am335x-sl50: Enable the Ambient Light Sensor. (diff) | |
download | kernel-qcow2-linux-b763973a18f554d0cefbff983d8569cae69c1187.tar.gz kernel-qcow2-linux-b763973a18f554d0cefbff983d8569cae69c1187.tar.xz kernel-qcow2-linux-b763973a18f554d0cefbff983d8569cae69c1187.zip |
ARM: dts: am33xx: 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/am335x-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index c2186ec2834b..1c37a7c1ea17 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -25,6 +25,10 @@ reg = <0x80000000 0x10000000>; /* 256 MB */ }; + chosen { + stdout-path = &uart0; + }; + vbat: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vbat"; |