[PATCH 03/31] arm64: dts: qcom: kaanapali: Add domain idle state names
From: Maulik Shah
Date: Mon Sep 14 2026 - 03:00:26 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/kaanapali.dtsi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/kaanapali.dtsi b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
index 131fd2a16c54..5eaa563b6b02 100644
--- a/arch/arm64/boot/dts/qcom/kaanapali.dtsi
+++ b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
@@ -182,7 +182,7 @@ idle-states {
cluster0_c4: cpu-sleep-0 {
compatible = "arm,idle-state";
- idle-state-name = "retention";
+ idle-state-name = "ret";
arm,psci-suspend-param = <0x00000004>;
entry-latency-us = <93>;
exit-latency-us = <129>;
@@ -191,7 +191,7 @@ cluster0_c4: cpu-sleep-0 {
cluster1_c4: cpu-sleep-1 {
compatible = "arm,idle-state";
- idle-state-name = "retention";
+ idle-state-name = "ret";
arm,psci-suspend-param = <0x00000004>;
entry-latency-us = <172>;
exit-latency-us = <130>;
@@ -202,6 +202,7 @@ cluster1_c4: cpu-sleep-1 {
domain-idle-states {
cluster_cl5: cluster-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "cluster-cl5";
arm,psci-suspend-param = <0x01000054>;
entry-latency-us = <2150>;
exit-latency-us = <1983>;
@@ -210,6 +211,7 @@ cluster_cl5: cluster-sleep-0 {
domain_ss3: domain-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "cluster-ss3";
arm,psci-suspend-param = <0x0200c354>;
entry-latency-us = <2800>;
exit-latency-us = <4400>;
--
2.43.0