Re: [PATCH v2 6/6] riscv: dts: spacemit: k1-musepi-pro: set default console baud rate
From: Yixun Lan
Date: Tue May 12 2026 - 07:37:14 EST
On 13:11 Mon 11 May , Andre Heider wrote:
> Allow serial output with the same uboot/opensbi settings so the
> console works without providing a cmdline.
>
> Signed-off-by: Andre Heider <a.heider@xxxxxxxxx>
Reviewed-by: Yixun Lan <dlan@xxxxxxxxxx>
> ---
> arch/riscv/boot/dts/spacemit/k1-musepi-pro.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/boot/dts/spacemit/k1-musepi-pro.dts b/arch/riscv/boot/dts/spacemit/k1-musepi-pro.dts
> index 2d3e30f0bd806..c8bf776511c94 100644
> --- a/arch/riscv/boot/dts/spacemit/k1-musepi-pro.dts
> +++ b/arch/riscv/boot/dts/spacemit/k1-musepi-pro.dts
> @@ -22,7 +22,7 @@ aliases {
> };
>
> chosen {
> - stdout-path = "serial0";
> + stdout-path = "serial0:115200n8";
> };
>
> leds {
> --
> 2.53.0
>
--
Yixun Lan (dlan)