Skip to content

Commit b763973

Browse files
lokeshvutlatmlind
authored andcommitted
ARM: dts: am33xx: 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 885658f commit b763973

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

arch/arm/boot/dts/am335x-evm.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
reg = <0x80000000 0x10000000>; /* 256 MB */
2626
};
2727

28+
chosen {
29+
stdout-path = &uart0;
30+
};
31+
2832
vbat: fixedregulator0 {
2933
compatible = "regulator-fixed";
3034
regulator-name = "vbat";

arch/arm/boot/dts/am335x-evmsk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
reg = <0x80000000 0x10000000>; /* 256 MB */
3333
};
3434

35+
chosen {
36+
stdout-path = &uart0;
37+
};
38+
3539
vbat: fixedregulator0 {
3640
compatible = "regulator-fixed";
3741
regulator-name = "vbat";

arch/arm/boot/dts/am335x-icev2.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
reg = <0x80000000 0x10000000>; /* 256 MB */
2525
};
2626

27+
chosen {
28+
stdout-path = &uart3;
29+
};
30+
2731
vbat: fixedregulator0 {
2832
compatible = "regulator-fixed";
2933
regulator-name = "vbat";

0 commit comments

Comments
 (0)