[PATCH 19/31] arm64: dts: qcom: eliza: Add domain idle state names

From: Maulik Shah

Date: Mon Sep 14 2026 - 03:11:15 EST


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/eliza.dtsi | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/eliza.dtsi b/arch/arm64/boot/dts/qcom/eliza.dtsi
index a8042291bd07..2b6bbdf3f28c 100644
--- a/arch/arm64/boot/dts/qcom/eliza.dtsi
+++ b/arch/arm64/boot/dts/qcom/eliza.dtsi
@@ -284,7 +284,7 @@ idle-states {

cluster0_c4: cpu-sleep-0 {
compatible = "arm,idle-state";
- idle-state-name = "silver-rail-power-collapse";
+ idle-state-name = "silver-pll-pc";
arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <550>;
exit-latency-us = <750>;
@@ -293,7 +293,7 @@ cluster0_c4: cpu-sleep-0 {

cluster1_c4: cpu-sleep-1 {
compatible = "arm,idle-state";
- idle-state-name = "gold-rail-power-collapse";
+ idle-state-name = "gold-rail-pc";
arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <550>;
exit-latency-us = <1050>;
@@ -302,7 +302,7 @@ cluster1_c4: cpu-sleep-1 {

cluster2_c4: cpu-sleep-2 {
compatible = "arm,idle-state";
- idle-state-name = "gold-plus-rail-power-collapse";
+ idle-state-name = "goldplus-pll-rail-pc";
arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <500>;
exit-latency-us = <1350>;
@@ -313,6 +313,7 @@ cluster2_c4: cpu-sleep-2 {
domain-idle-states {
cluster_sleep_0: cluster-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "l3-pc";
arm,psci-suspend-param = <0x41000044>;
entry-latency-us = <750>;
exit-latency-us = <2350>;
@@ -321,6 +322,7 @@ cluster_sleep_0: cluster-sleep-0 {

cluster_sleep_1: cluster-sleep-1 {
compatible = "domain-idle-state";
+ idle-state-name = "llcc-off";
arm,psci-suspend-param = <0x4100b344>;
entry-latency-us = <2800>;
exit-latency-us = <4400>;

--
2.43.0