From: Andre Heider <[email protected]> Allow serial output with the same uboot/opensbi settings so the console works without providing a cmdline.
Signed-off-by: Andre Heider <[email protected]> Reviewed-by: Yixun Lan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Yixun Lan <[email protected]> [ upstream commit: f125c6085fd775f09a316f61cc89a0ae86826895 ] (cherry picked from commit 5a2fd40a11e3de8b4308b739971ab1dd4ed9ae5d) --- dts/upstream/src/riscv/spacemit/k1-musepi-pro.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/upstream/src/riscv/spacemit/k1-musepi-pro.dts b/dts/upstream/src/riscv/spacemit/k1-musepi-pro.dts index 898b537ba0bc..4aef287353ca 100644 --- a/dts/upstream/src/riscv/spacemit/k1-musepi-pro.dts +++ b/dts/upstream/src/riscv/spacemit/k1-musepi-pro.dts @@ -22,7 +22,7 @@ }; chosen { - stdout-path = "serial0"; + stdout-path = "serial0:115200n8"; }; leds { -- 2.51.0
