1
0
Fork 0

ARM: dts: am57xx: Add stdout-path property

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>
zero-colors
Lokesh Vutla 2017-01-18 09:33:25 +05:30 committed by Tony Lindgren
parent 24a1eb45b4
commit bc1baa6b8f
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,10 @@
display0 = &hdmi0;
};
chosen {
stdout-path = &uart3;
};
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x80000000>;

View File

@ -14,6 +14,10 @@
rtc1 = &rtc;
};
chosen {
stdout-path = &uart3;
};
vmain: fixedregulator-vmain {
compatible = "regulator-fixed";
regulator-name = "VMAIN";