mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
24a1eb45b4
commit
bc1baa6b8f
|
@ -22,6 +22,10 @@ aliases {
|
||||||
display0 = &hdmi0;
|
display0 = &hdmi0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
stdout-path = &uart3;
|
||||||
|
};
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x80000000 0x0 0x80000000>;
|
reg = <0x0 0x80000000 0x0 0x80000000>;
|
||||||
|
|
|
@ -14,6 +14,10 @@ aliases {
|
||||||
rtc1 = &rtc;
|
rtc1 = &rtc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
stdout-path = &uart3;
|
||||||
|
};
|
||||||
|
|
||||||
vmain: fixedregulator-vmain {
|
vmain: fixedregulator-vmain {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "VMAIN";
|
regulator-name = "VMAIN";
|
||||||
|
|
Loading…
Reference in New Issue