All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] dts: spacemit: set console baud rate on bpif3
@ 2026-04-30 18:52 ` Conor Dooley
  0 siblings, 0 replies; 10+ messages in thread
From: Conor Dooley @ 2026-04-30 18:52 UTC (permalink / raw)
  To: spacemit
  Cc: conor, Conor Dooley, Vivian Wang, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Yixun Lan, devicetree,
	linux-riscv, linux-kernel

From: Conor Dooley <conor.dooley@microchip.com>

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>
---
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Conor Dooley <conor+dt@kernel.org>
CC: Yixun Lan <dlan@kernel.org>
CC: devicetree@vger.kernel.org
CC: linux-riscv@lists.infradead.org
CC: spacemit@lists.linux.dev
CC: linux-kernel@vger.kernel.org
---
 arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts
index 5790d927b93db..333ac8ebf3f51 100644
--- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts
+++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts
@@ -19,7 +19,7 @@ aliases {
 	};
 
 	chosen {
-		stdout-path = "serial0";
+		stdout-path = "serial0:115200n8";
 	};
 
 	leds {
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-05-05  8:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 18:52 [PATCH v1] dts: spacemit: set console baud rate on bpif3 Conor Dooley
2026-04-30 18:52 ` Conor Dooley
2026-05-02 12:01 ` Yixun Lan
2026-05-02 12:01   ` Yixun Lan
2026-05-03 17:58   ` Conor Dooley
2026-05-03 17:58     ` Conor Dooley
2026-05-05  7:23 ` Yixun Lan
2026-05-05  7:23   ` Yixun Lan
2026-05-05  8:53 ` Yixun Lan
2026-05-05  8:53   ` Yixun Lan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.