Skip to content

Commit 220fbc1

Browse files
lokeshvutlatmlind
authored andcommitted
ARM: dts: dra7xx: Add stdout-path property
Add stdout-path property in /chosen node so that earlycon can be used by just adding earlycon in bootargs. Tested-by: Vignesh R <[email protected]> Signed-off-by: Lokesh Vutla <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent bc1baa6 commit 220fbc1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */
2222
};
2323

24+
chosen {
25+
stdout-path = &uart1;
26+
};
27+
2428
evm_3v3_sd: fixedregulator-sd {
2529
compatible = "regulator-fixed";
2630
regulator-name = "evm_3v3_sd";

arch/arm/boot/dts/dra72-evm-common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
display0 = &hdmi0;
1919
};
2020

21+
chosen {
22+
stdout-path = &uart1;
23+
};
24+
2125
evm_12v0: fixedregulator-evm12v0 {
2226
/* main supply */
2327
compatible = "regulator-fixed";

0 commit comments

Comments
 (0)