diff options
| author | Tianling Shen | 2025-08-31 14:32:15 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-09 22:03:59 +0000 |
| commit | 67f40cf6ff5c6ce90b93282772eed966568a3a8a (patch) | |
| tree | c916ccf711db55c3fe53d6254de7d770198a12dd | |
| parent | 08478c517ea32e5155346db4ce7d62d4fd2761d2 (diff) | |
| download | openwrt-67f40cf6ff5c6ce90b93282772eed966568a3a8a.tar.gz | |
rockchip: increase the number of serial ports for rk35xx
The RK356x/RK3588 SoCs support up to 10 serial ports.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/19917
(cherry picked from commit 672e45e69f09f62f9b4237b368d976fa993dcd0f)
Link: https://github.com/openwrt/openwrt/pull/19988
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/rockchip/armv8/config-6.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rockchip/armv8/config-6.6 b/target/linux/rockchip/armv8/config-6.6 index 2bf069fa19..ec53273a2b 100644 --- a/target/linux/rockchip/armv8/config-6.6 +++ b/target/linux/rockchip/armv8/config-6.6 @@ -603,10 +603,10 @@ CONFIG_SERIAL_8250_DWLIB=y CONFIG_SERIAL_8250_EXAR=y CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_FSL=y -CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_NR_UARTS=10 CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PCILIB=y -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=10 CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y |