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