diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-01-18 05:03:24 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 19:39:01 +0100 |
commit | 24a1eb45b47f24a45a615c210a3823ff0533f9f4 (patch) | |
tree | c2d9be909f1dbd612dfb94e8f6054d7703f9bb2c /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | ARM: dts: am33xx: Add stdout-path property (diff) | |
download | linux-24a1eb45b47f24a45a615c210a3823ff0533f9f4.tar.xz linux-24a1eb45b47f24a45a615c210a3823ff0533f9f4.zip |
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/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 9d35c3f07cad..9acd4ccdec4e 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -24,6 +24,10 @@ display0 = &lcd0; }; + chosen { + stdout-path = &uart0; + }; + vmmcsd_fixed: fixedregulator-sd { compatible = "regulator-fixed"; regulator-name = "vmmcsd_fixed"; |