[PATCH 23/31] arm64: dts: qcom: msm8916: Add domain idle state names
From: Maulik Shah
Date: Mon Sep 14 2026 - 03:19:10 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/msm8916.dtsi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index e39743e22043..89b78e96bf49 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -205,7 +205,7 @@ idle-states {
cpu_sleep_0: cpu-sleep-0 {
compatible = "arm,idle-state";
- idle-state-name = "standalone-power-collapse";
+ idle-state-name = "cpu-pc";
arm,psci-suspend-param = <0x40000002>;
entry-latency-us = <130>;
exit-latency-us = <150>;
@@ -218,6 +218,7 @@ domain-idle-states {
cluster_ret: cluster-retention {
compatible = "domain-idle-state";
+ idle-state-name = "l2-gdhs";
arm,psci-suspend-param = <0x41000012>;
entry-latency-us = <500>;
exit-latency-us = <500>;
@@ -226,6 +227,7 @@ cluster_ret: cluster-retention {
cluster_pwrdn: cluster-gdhs {
compatible = "domain-idle-state";
+ idle-state-name = "l2-pc";
arm,psci-suspend-param = <0x41000032>;
entry-latency-us = <2000>;
exit-latency-us = <2000>;
--
2.43.0