diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-01-18 07:03:24 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 21:39:01 +0300 |
commit | 24a1eb45b47f24a45a615c210a3823ff0533f9f4 (patch) | |
tree | c2d9be909f1dbd612dfb94e8f6054d7703f9bb2c /arch/arm/boot/dts/am437x-idk-evm.dts | |
parent | b763973a18f554d0cefbff983d8569cae69c1187 (diff) | |
download | linux-24a1eb45b47f24a45a615c210a3823ff0533f9f4.tar.xz |
ARM: dts: am43xx: 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/am437x-idk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-idk-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts index b76a7c0264a5..c1f7f9336e64 100644 --- a/arch/arm/boot/dts/am437x-idk-evm.dts +++ b/arch/arm/boot/dts/am437x-idk-evm.dts @@ -18,6 +18,10 @@ model = "TI AM437x Industrial Development Kit"; compatible = "ti,am437x-idk-evm","ti,am4372","ti,am43"; + chosen { + stdout-path = &uart0; + }; + v24_0d: fixed-regulator-v24_0d { compatible = "regulator-fixed"; regulator-name = "V24_0D"; |