Re: [PATCH 06/31] arm64: dts: qcom: sdm845: Add domain idle state names
From: Konrad Dybcio
Date: Mon Sep 14 2026 - 08:32:18 EST
On 9/14/26 8:59 AM, Maulik Shah wrote:
> Add the idle-state-name property for the domain idle state so low power
> modes are described consistently and its name is printed in pmdomain
> debugfs.
>
> While at it, update CPU idle state names to match the low power modes
> they describe.
>
> Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/sdm845.dtsi | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index b1f6782a3ad9..a5693bc72636 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -330,7 +330,7 @@ cpu_idle_states: idle-states {
>
> little_cpu_sleep_0: cpu-sleep-0-0 {
> compatible = "arm,idle-state";
> - idle-state-name = "little-rail-power-collapse";
> + idle-state-name = "silver-pll-pc";
This patch makes it less informative than the current state
Konrad