[PATCH 02/31] arm64: dts: qcom: sm8750: Add domain idle state names
From: Maulik Shah
Date: Mon Sep 14 2026 - 03:07:29 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.
Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8750.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi
index 28cf22da854d..897790a3a492 100644
--- a/arch/arm64/boot/dts/qcom/sm8750.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi
@@ -200,6 +200,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>;
@@ -208,6 +209,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