ARM: dts: dra7xx: Add stdout-path property
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 18 Jan 2017 04:03:26 +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.

Tested-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts
arch/arm/boot/dts/dra72-evm-common.dtsi

index 40465d5277e6e40b37875198c0d49b60fa0036e4..4bc4b575c99bd43da80115cf4d8ee74845f3cc22 100644 (file)
                reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */
        };
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        evm_3v3_sd: fixedregulator-sd {
                compatible = "regulator-fixed";
                regulator-name = "evm_3v3_sd";
index 64553476c6785b10166123f2553fc1204cb75bd6..b3018b028eb4fdc0effc27461c9bcdcb6c510886 100644 (file)
                display0 = &hdmi0;
        };
 
+       chosen {
+               stdout-path = &uart1;
+       };
+
        evm_12v0: fixedregulator-evm12v0 {
                /* main supply */
                compatible = "regulator-fixed";