Skip to content

Commit

Permalink
workaround for character loss on USB Type-C console on Radxa E25 (roc…
Browse files Browse the repository at this point in the history
…kchip-linux#25)

use 115200bps for USB Type-C console.

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
  • Loading branch information
RadxaNaoki committed Sep 13, 2022
1 parent 0c67c7a commit f62b47f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
};
};

&fiq_debugger {
rockchip,baudrate = <115200>;
};

&sdio_pwrseq {
status = "disabled";
};
Expand Down

0 comments on commit f62b47f

Please sign in to comment.