From 619e812eadaad40a047f3bbca019233e9cbf1cac Mon Sep 17 00:00:00 2001 From: Huibin Hong Date: Thu, 22 Feb 2024 03:32:06 +0000 Subject: [PATCH] arm64: rockchip_defconfig: set CONFIG_SERIAL_8250_RUNTIME_UARTS=15 For soc has less 15 UARTS, bur more than 10, like rk3576. And according to gki commit d749a663c6e9 ("ANDROID: GKI: Increase max 8250 uarts"), increase max 8250 uarts to 32. Signed-off-by: Huibin Hong Change-Id: Icf380b3a71a8f56fd31801cb193b3391114f4639 --- arch/arm64/configs/rockchip_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 86ab5c185266..9c95d96d803f 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -517,8 +517,8 @@ CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set -CONFIG_SERIAL_8250_NR_UARTS=10 -CONFIG_SERIAL_8250_RUNTIME_UARTS=10 +CONFIG_SERIAL_8250_NR_UARTS=32 +CONFIG_SERIAL_8250_RUNTIME_UARTS=15 CONFIG_SERIAL_8250_DW=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_ROCKCHIP=y