ARM: dts: am57xx: Add stdout-path property
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 18 Jan 2017 04:03:25 +0000 (09:33 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2017 18:39:01 +0000 (10:39 -0800)
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>
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
arch/arm/boot/dts/am57xx-idk-common.dtsi

index 0429fa0..585d792 100644 (file)
                display0 = &hdmi0;
        };
 
+       chosen {
+               stdout-path = &uart3;
+       };
+
        memory@0 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x80000000>;
index 555ae21..17cd981 100644 (file)
                rtc1 = &rtc;
        };
 
+       chosen {
+               stdout-path = &uart3;
+       };
+
        vmain: fixedregulator-vmain {
                compatible = "regulator-fixed";
                regulator-name = "VMAIN";