[PATCH v2 2/3] config-aarch64: enable ARM PSCI CPU idle driver
Mikhail Bessonov
heliumium1997 на gmail.com
Чт Авг 6 13:23:18 MSK 2026
Enable the ARM PSCI CPU idle driver so RK3588 CPUs can use
firmware-described idle states.
Signed-off-by: Mikhail Bessonov <heliumium1997 на gmail.com>
---
config-aarch64 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-aarch64 b/config-aarch64
index 8a73a3fa40b7..5ae5e0146448 100644
--- a/config-aarch64
+++ b/config-aarch64
@@ -131,7 +131,7 @@ CONFIG_CPU_PM=3Dy
CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=3Dy
CONFIG_DT_IDLE_STATES=3Dy
CONFIG_ARM_CPUIDLE=3Dy
-# CONFIG_ARM_PSCI_CPUIDLE is not set
+CONFIG_ARM_PSCI_CPUIDLE=3Dy
CONFIG_CPUFREQ_DT=3Dm
CONFIG_CPUFREQ_DT_PLATDEV=3Dy
CONFIG_ACPI_CPPC_CPUFREQ=3Dm
--
2.50.1
On Thu, Aug 6, 2026 at 2:41=E2=80=AFPM =D0=9C=D0=B8=D1=88=D0=B0=D0=BD=D1=8F=
=D0=91=D0=B5=D1=81=D1=81=D0=BE=D0=BD=D0=BE=D0=B2 <heliumium1997 на gmail.com>=
wrote:
>
> [PATCH v2 1/3] config: increase 8250 runtime UARTs to 32
>
> From c37d7bde7843851d539ccb478573d1a365a3a9bf Mon Sep 17 00:00:00 2001
> In-Reply-To: <anM6uhmsa0NKvKR5 на iv-work>
> References: <anM6uhmsa0NKvKR5 на iv-work>
> From: Mikhail Bessonov <heliumium1997 на gmail.com>
> Date: Thu, 6 Aug 2026 10:23:13 +0000
> Subject: [PATCH v2 1/3] config: increase 8250 runtime UARTs to 32
>
> The RK3588 serial aliases expose the Repka Pi 5 Bluetooth controller as
> serial9. The current runtime limit only creates ttyS0 through ttyS7,
> leaving ttyS9 unavailable even when UART9 is enabled in the device tree.
>
> Raise the runtime 8250 limit to 32 while keeping the maximum at 192.
>
> Signed-off-by: Mikhail Bessonov <heliumium1997 на gmail.com>
> ---
> config | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config b/config
> index 20abb3e74805..155d40a49d13 100644
> --- a/config
> +++ b/config
> @@ -4354,7 +4354,7 @@ CONFIG_SERIAL_8250_EXAR=3Dy
> CONFIG_SERIAL_8250_CS=3Dm
> # CONFIG_SERIAL_8250_MEN_MCB is not set
> CONFIG_SERIAL_8250_NR_UARTS=3D192
> -CONFIG_SERIAL_8250_RUNTIME_UARTS=3D8
> +CONFIG_SERIAL_8250_RUNTIME_UARTS=3D32
> CONFIG_SERIAL_8250_EXTENDED=3Dy
> CONFIG_SERIAL_8250_MANY_PORTS=3Dy
> CONFIG_SERIAL_8250_SHARE_IRQ=3Dy
> --
> 2.50.1
Подробная информация о списке рассылки devel-kernel