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 957840cc7b78748f06530d3aafa8dcf13b271001..a4f31739057f3640153f9d6d977204762322aba4 100644 (file)
                display0 = &lcd0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        evm_v3_3d: fixedregulator-v3_3d {
                compatible = "regulator-fixed";
                regulator-name = "evm_v3_3d";
index b76a7c0264a5a45ff97ca0141c8994fb8b18d097..c1f7f9336e644925eead9afa54fef4ddbfcaf6e3 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 319d94205350752622b05340414b5febd50b0605..4dc54bee2f36311cd5db14d2b80ebbc615aeb3cc 100644 (file)
                display0 = &lcd0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        /* fixed 32k external oscillator clock */
        clk_32k_rtc: clk_32k_rtc {
                #clock-cells = <0>;
index 9d35c3f07cad70ba7d72927cc1c0b3749a07a8d3..9acd4ccdec4e24fa21a9488814b0fc929fd1cc40 100644 (file)
                display0 = &lcd0;
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        vmmcsd_fixed: fixedregulator-sd {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";