[PATCH 24/31] arm64: dts: qcom: msm8917: Add domain idle state names
From: Maulik Shah
Date: Mon Sep 14 2026 - 03:10:57 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 the CPU idle state name to match the low power mode
it describes.
Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8917.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8917.dtsi b/arch/arm64/boot/dts/qcom/msm8917.dtsi
index a2907f8a6376..0bd60f6bd636 100644
--- a/arch/arm64/boot/dts/qcom/msm8917.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8917.dtsi
@@ -112,6 +112,7 @@ core3 {
domain-idle-states {
cluster_sleep_0: cluster-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "l2-pc";
arm,psci-suspend-param = <0x41000053>;
entry-latency-us = <700>;
exit-latency-us = <1000>;
@@ -124,7 +125,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 = <0x40000003>;
entry-latency-us = <125>;
exit-latency-us = <180>;
--
2.43.0