ARM: dts: am43xx: Add stdout-path property
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 18 Jan 2017 04:03:24 +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/am437x-gp-evm.dts
arch/arm/boot/dts/am437x-idk-evm.dts
arch/arm/boot/dts/am437x-sk-evm.dts
arch/arm/boot/dts/am43x-epos-evm.dts

index 957840c..a4f3173 100644 (file)
                display0 = &lcd0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        evm_v3_3d: fixedregulator-v3_3d {
                compatible = "regulator-fixed";
                regulator-name = "evm_v3_3d";
index b76a7c0..c1f7f93 100644 (file)
        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";
index 319d942..4dc54be 100644 (file)
                display0 = &lcd0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        /* fixed 32k external oscillator clock */
        clk_32k_rtc: clk_32k_rtc {
                #clock-cells = <0>;
index 9d35c3f..9acd4cc 100644 (file)
                display0 = &lcd0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        vmmcsd_fixed: fixedregulator-sd {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";