[PATCH 25/31] arm64: dts: qcom: qdu1000: Add domain idle state names

From: Maulik Shah

Date: Mon Sep 14 2026 - 03:11:44 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/qdu1000.dtsi | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qdu1000.dtsi b/arch/arm64/boot/dts/qcom/qdu1000.dtsi
index af106aebd30d..1dfaac8c84b4 100644
--- a/arch/arm64/boot/dts/qcom/qdu1000.dtsi
+++ b/arch/arm64/boot/dts/qcom/qdu1000.dtsi
@@ -142,6 +142,7 @@ idle-states {

cpu_off: cpu-sleep-0 {
compatible = "arm,idle-state";
+ idle-state-name = "silver-pll-pc";
entry-latency-us = <274>;
exit-latency-us = <480>;
min-residency-us = <3934>;
@@ -153,6 +154,7 @@ cpu_off: cpu-sleep-0 {
domain-idle-states {
cluster_sleep_0: cluster-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "l3-pc";
entry-latency-us = <584>;
exit-latency-us = <2332>;
min-residency-us = <6118>;
@@ -161,6 +163,7 @@ cluster_sleep_0: cluster-sleep-0 {

cluster_sleep_1: cluster-sleep-1 {
compatible = "domain-idle-state";
+ idle-state-name = "llcc-off";
entry-latency-us = <2893>;
exit-latency-us = <4023>;
min-residency-us = <9987>;

--
2.43.0