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

This commit is contained in:
qctecmdr
2024-04-01 23:53:17 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 4 additions and 4 deletions

View File

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

View File

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