rockchip: fix baudrate for Radxa E25
authorTianling Shen <cnsztl@immortalwrt.org>
Thu, 4 Jul 2024 13:09:03 +0000 (21:09 +0800)
committerRobert Marko <robimarko@gmail.com>
Wed, 10 Jul 2024 07:46:19 +0000 (09:46 +0200)
commit7a96d361887bf6c95e1fcf0efab2e9540559d645
tree89d75c9b95e7ec8f016d22456b6803498a20c7c9
parent9a8111fb25d306cb61bad1b4d61b43cb789487c2
rockchip: fix baudrate for Radxa E25

According to the documentation[1], the serial baudrate of E25 is
115.2 Kbps, and setting it to 1.5 Mbps will cause onboard CH340B
USB-UART chip unstable.

Since mainline TPL is yet available, download patched TPL binary
from Radxa.

1. https://wiki.radxa.com/Rock3/CM/CM3I/E25/getting_started

Fixes: https://github.com/openwrt/openwrt/issues/15814
Fixes: f7c732bf9ed9 ("rockchip: add Radxa E25 board support")
Tested-by: FUKAUMI Naoki <naoki@radxa.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/15870
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/rkbin/Makefile
package/boot/uboot-rockchip/Makefile
target/linux/rockchip/image/armv8.mk
target/linux/rockchip/image/radxa-e25.bootscript [new file with mode: 0644]