[PATCH 05/31] arm64: dts: qcom: glymur: Add domain idle state names
From: Maulik Shah
Date: Mon Sep 14 2026 - 03:00:55 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/glymur.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
index 7dedace8c3c4..68e06443e91c 100644
--- a/arch/arm64/boot/dts/qcom/glymur.dtsi
+++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
@@ -369,6 +369,7 @@ cpu_c4: cpu-sleep-0 {
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 = <2000>;
exit-latency-us = <2000>;
@@ -377,6 +378,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