[PATCH 13/31] arm64: dts: qcom: talos: Add domain idle state names

From: Maulik Shah

Date: Mon Sep 14 2026 - 03:03:08 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 CPU idle state names to match the low power modes
they describe.

Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/talos.dtsi | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/talos.dtsi b/arch/arm64/boot/dts/qcom/talos.dtsi
index 531cf41b94dc..a3c514fd2c81 100644
--- a/arch/arm64/boot/dts/qcom/talos.dtsi
+++ b/arch/arm64/boot/dts/qcom/talos.dtsi
@@ -398,7 +398,7 @@ idle-states {

little_cpu_sleep_0: cpu-sleep-0-0 {
compatible = "arm,idle-state";
- idle-state-name = "silver-power-collapse";
+ idle-state-name = "silver-pc";
arm,psci-suspend-param = <0x40000003>;
entry-latency-us = <549>;
exit-latency-us = <901>;
@@ -408,7 +408,7 @@ little_cpu_sleep_0: cpu-sleep-0-0 {

little_cpu_sleep_1: cpu-sleep-0-1 {
compatible = "arm,idle-state";
- idle-state-name = "silver-rail-power-collapse";
+ idle-state-name = "silver-pll-pc";
arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <702>;
exit-latency-us = <915>;
@@ -418,7 +418,7 @@ little_cpu_sleep_1: cpu-sleep-0-1 {

big_cpu_sleep_0: cpu-sleep-1-0 {
compatible = "arm,idle-state";
- idle-state-name = "gold-power-collapse";
+ idle-state-name = "gold-pc";
arm,psci-suspend-param = <0x40000003>;
entry-latency-us = <523>;
exit-latency-us = <1244>;
@@ -428,7 +428,7 @@ big_cpu_sleep_0: cpu-sleep-1-0 {

big_cpu_sleep_1: cpu-sleep-1-1 {
compatible = "arm,idle-state";
- idle-state-name = "gold-rail-power-collapse";
+ idle-state-name = "gold-pll-rail-pc";
arm,psci-suspend-param = <0x40000004>;
entry-latency-us = <526>;
exit-latency-us = <1854>;
@@ -440,6 +440,7 @@ big_cpu_sleep_1: cpu-sleep-1-1 {
domain-idle-states {
cluster_sleep_0: cluster-sleep-0 {
compatible = "domain-idle-state";
+ idle-state-name = "l3-pc";
arm,psci-suspend-param = <0x41000044>;
entry-latency-us = <2752>;
exit-latency-us = <3048>;
@@ -448,6 +449,7 @@ cluster_sleep_0: cluster-sleep-0 {

cluster_sleep_1: cluster-sleep-1 {
compatible = "domain-idle-state";
+ idle-state-name = "cx-ret";
arm,psci-suspend-param = <0x41001344>;
entry-latency-us = <3263>;
exit-latency-us = <4562>;
@@ -456,6 +458,7 @@ cluster_sleep_1: cluster-sleep-1 {

cluster_sleep_2: cluster-sleep-2 {
compatible = "domain-idle-state";
+ idle-state-name = "llcc-off";
arm,psci-suspend-param = <0x4100b344>;
entry-latency-us = <3638>;
exit-latency-us = <6562>;

--
2.43.0