From: Tianling Shen Date: Sun, 31 Aug 2025 14:32:15 +0000 (+0800) Subject: rockchip: increase the number of serial ports for rk35xx X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F19917%2Fhead;p=thirdparty%2Fopenwrt.git rockchip: increase the number of serial ports for rk35xx The RK356x/RK3588 SoCs support up to 10 serial ports. Signed-off-by: Tianling Shen Link: https://github.com/openwrt/openwrt/pull/19917 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/rockchip/armv8/config-6.12 b/target/linux/rockchip/armv8/config-6.12 index 16abada526b..eb8c3643365 100644 --- a/target/linux/rockchip/armv8/config-6.12 +++ b/target/linux/rockchip/armv8/config-6.12 @@ -612,10 +612,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