summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am57xx-idk-common.dtsi
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-01-18 09:33:25 +0530
committerTony Lindgren <tony@atomide.com>2017-01-20 10:39:01 -0800
commitbc1baa6b8f77e256ccfb8a4e265d34d39b83b0d8 (patch)
tree65fb94672568d721362a6d92a741401173693fe2 /arch/arm/boot/dts/am57xx-idk-common.dtsi
parent24a1eb45b47f24a45a615c210a3823ff0533f9f4 (diff)
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-idk-common.dtsi')
-rw-r--r--arch/arm/boot/dts/am57xx-idk-common.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi
index 555ae21f2b9a..17cd9814aa44 100644
--- a/arch/arm/boot/dts/am57xx-idk-common.dtsi
+++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi
@@ -14,6 +14,10 @@
rtc1 = &rtc;
};
+ chosen {
+ stdout-path = &uart3;
+ };
+
vmain: fixedregulator-vmain {
compatible = "regulator-fixed";
regulator-name = "VMAIN";