ARM: dts: msm: Use deepest idle mode for sun vm

Use SS3 as deepest CPU idle mode.

Change-Id: Ifd6e82adfea882bcf0087f12b44c9a45f8310216
Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
This commit is contained in:
Maulik Shah
2024-03-29 19:12:52 +05:30
parent c9b1a6f0eb
commit 7bff1fda7b
2 changed files with 4 additions and 4 deletions

View File

@@ -49,13 +49,13 @@
arm,psci-suspend-param = <0x00000004>;
};
CLUSTER_PWR_DWN: cl5 { /* C4+CL5 */
CLUSTER_PWR_DWN: ss3 { /* C4+CL5+SS3 */
compatible = "arm,idle-state";
idle-state-name = "ret-pll-off";
entry-latency-us = <1964>;
exit-latency-us = <1901>;
min-residency-us = <24511>;
arm,psci-suspend-param = <0x01000054>;
arm,psci-suspend-param = <0x0200C354>;
};
};