Skip to content

Commit bc1baa6

Browse files
lokeshvutlatmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 24a1eb4 commit bc1baa6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
display0 = &hdmi0;
2323
};
2424

25+
chosen {
26+
stdout-path = &uart3;
27+
};
28+
2529
memory@0 {
2630
device_type = "memory";
2731
reg = <0x0 0x80000000 0x0 0x80000000>;

arch/arm/boot/dts/am57xx-idk-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
rtc1 = &rtc;
1515
};
1616

17+
chosen {
18+
stdout-path = &uart3;
19+
};
20+
1721
vmain: fixedregulator-vmain {
1822
compatible = "regulator-fixed";
1923
regulator-name = "VMAIN";

0 commit comments

Comments
 (0)