]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dts: spacemit: set console baud rate on bpif3
authorConor Dooley <conor.dooley@microchip.com>
Thu, 30 Apr 2026 18:52:12 +0000 (19:52 +0100)
committerYixun Lan <dlan@kernel.org>
Tue, 5 May 2026 08:52:40 +0000 (08:52 +0000)
Because the default console's baud rate is not set, defconfig kernels do
not have any serial output on this platform. Set the baud rate to
115200, matching what is used by U-Boot etc on this platform.

Suggested-by: Vivian Wang <wangruikang@iscas.ac.cn>
Fixes: d60d57ab6b2a8 ("riscv: dts: spacemit: add Banana Pi BPI-F3 board device tree")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://lore.kernel.org/r/20260430-reword-overstep-3be08b7eab25@spud
Signed-off-by: Yixun Lan <dlan@kernel.org>
arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts

index 5790d927b93db350c8f53aa0f314183b3173fd76..333ac8ebf3f516e02b0aac04dfaa79022bb835c8 100644 (file)
@@ -19,7 +19,7 @@
        };
 
        chosen {
-               stdout-path = "serial0";
+               stdout-path = "serial0:115200n8";
        };
 
        leds {