[PATCH 04/31] arm64: dts: qcom: hamoa: Add domain idle state names
From: Maulik Shah
Date: Mon Sep 14 2026 - 03:01:31 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/hamoa.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/hamoa.dtsi b/arch/arm64/boot/dts/qcom/hamoa.dtsi
index fcd88e5f5d7e..1d3ca2215914 100644
--- a/arch/arm64/boot/dts/qcom/hamoa.dtsi
+++ b/arch/arm64/boot/dts/qcom/hamoa.dtsi
@@ -290,6 +290,7 @@ cluster_c4: cpu-sleep-0 {
domain-idle-states {
cluster_cl4: cluster-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "cluster-cl4";
arm,psci-suspend-param = <0x01000044>;
entry-latency-us = <350>;
exit-latency-us = <500>;
@@ -298,6 +299,7 @@ cluster_cl4: cluster-sleep-0 {
cluster_cl5: cluster-sleep-1 {
compatible = "domain-idle-state";
+ idle-state-name = "cluster-cl5";
arm,psci-suspend-param = <0x01000054>;
entry-latency-us = <2000>;
exit-latency-us = <2000>;
@@ -306,6 +308,7 @@ cluster_cl5: cluster-sleep-1 {
domain_ss3: domain-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "cluster-ss3";
arm,psci-suspend-param = <0x0200c354>;
entry-latency-us = <2500>;
exit-latency-us = <2500>;
--
2.43.0