Skip to content

Commit 598f788

Browse files
committed
ARM: dts: pi400: Force stdout-path to serial0
The upstream Pi DTS files select serial1 for stdout-path, but because of the way the downstream kernel numbers UARTS, serial0 is required in the downstream DTS. Using the wrong value breaks U-boot. In the 6.6 kernel the downstream Pi 400 DTS was made closer to upstream, inheriting most of its content from the Pi 4B DTS, but because of the order of inclusion it lost the override for stdout-path. Restore that override. See: raspberrypi/firmware#1875 Signed-off-by: Phil Elwell <[email protected]>
1 parent 78102de commit 598f788

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
// =============================================
4444
// Downstream rpi- changes
4545

46+
/ {
47+
chosen {
48+
stdout-path = "serial0:115200n8";
49+
};
50+
};
51+
4652
&audio_pins {
4753
brcm,pins = <>;
4854
brcm,function = <>;

0 commit comments

Comments
 (0)