Skip to content

Commit 24a1eb4

Browse files
lokeshvutlatmlind
authored andcommitted
ARM: dts: am43xx: 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 b763973 commit 24a1eb4

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

arch/arm/boot/dts/am437x-gp-evm.dts

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

26+
chosen {
27+
stdout-path = &uart0;
28+
};
29+
2630
evm_v3_3d: fixedregulator-v3_3d {
2731
compatible = "regulator-fixed";
2832
regulator-name = "evm_v3_3d";

arch/arm/boot/dts/am437x-idk-evm.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
model = "TI AM437x Industrial Development Kit";
1919
compatible = "ti,am437x-idk-evm","ti,am4372","ti,am43";
2020

21+
chosen {
22+
stdout-path = &uart0;
23+
};
24+
2125
v24_0d: fixed-regulator-v24_0d {
2226
compatible = "regulator-fixed";
2327
regulator-name = "V24_0D";

arch/arm/boot/dts/am437x-sk-evm.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
display0 = &lcd0;
2525
};
2626

27+
chosen {
28+
stdout-path = &uart0;
29+
};
30+
2731
/* fixed 32k external oscillator clock */
2832
clk_32k_rtc: clk_32k_rtc {
2933
#clock-cells = <0>;

arch/arm/boot/dts/am43x-epos-evm.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
display0 = &lcd0;
2525
};
2626

27+
chosen {
28+
stdout-path = &uart0;
29+
};
30+
2731
vmmcsd_fixed: fixedregulator-sd {
2832
compatible = "regulator-fixed";
2933
regulator-name = "vmmcsd_fixed";

0 commit comments

Comments
 (0)