ARM: dts: am33xx: Add stdout-path property
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 18 Jan 2017 04:03:23 +0000 (09:33 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2017 18:39:00 +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/am335x-evm.dts
arch/arm/boot/dts/am335x-evmsk.dts
arch/arm/boot/dts/am335x-icev2.dts

index c2186ec2834b4c297197ba76708b29e24dca7023..1c37a7c1ea17dd76fc2686c1bd9dd17acc250d99 100644 (file)
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
index e2548d1ce753a659acbcdd72ef7d2af4d78afdbf..9e43c443738a8acedd2c0e160a5b6ddc9e0f6c39 100644 (file)
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
index 1463df3b5b195544f7fafc97f3a7dc62efa01f4f..ff9417ce93c026fcb7ffec2a9c0ba07910f3ace2 100644 (file)
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
+       chosen {
+               stdout-path = &uart3;
+       };
+
        vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";