CPU_SLEEP: cpu-sleep {
compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x0000000>;
- entry-latency-us = <700>;
- exit-latency-us = <250>;
- min-residency-us = <1000>;
- };
-
- CLUSTER_SLEEP: cluster-sleep {
- compatible = "arm,idle-state";
- arm,psci-suspend-param = <0x1010033>;
+ arm,psci-suspend-param = <0x0010033>;
local-timer-stop;
entry-latency-us = <1000>;
exit-latency-us = <700>;
};
&A53_0 {
- cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
operating-points = <
/* kHz uV */
1000000 900000
clock-latency = <61036>;
#cooling-cells = <2>;
};
-
-&A53_1 {
- cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
-};
-
-&A53_2 {
- cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
-};
-
-&A53_3 {
- cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
-};