|
74 | 74 | reg = <0x000>;
|
75 | 75 | enable-method = "psci";
|
76 | 76 | capacity-dmips-mhz = <741>;
|
77 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 77 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP0>; |
78 | 78 | dynamic-power-coefficient = <84>;
|
79 | 79 | #cooling-cells = <2>;
|
80 | 80 | };
|
|
85 | 85 | reg = <0x001>;
|
86 | 86 | enable-method = "psci";
|
87 | 87 | capacity-dmips-mhz = <741>;
|
88 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 88 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP0>; |
89 | 89 | dynamic-power-coefficient = <84>;
|
90 | 90 | #cooling-cells = <2>;
|
91 | 91 | };
|
|
96 | 96 | reg = <0x002>;
|
97 | 97 | enable-method = "psci";
|
98 | 98 | capacity-dmips-mhz = <741>;
|
99 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 99 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP0>; |
100 | 100 | dynamic-power-coefficient = <84>;
|
101 | 101 | #cooling-cells = <2>;
|
102 | 102 | };
|
|
107 | 107 | reg = <0x003>;
|
108 | 108 | enable-method = "psci";
|
109 | 109 | capacity-dmips-mhz = <741>;
|
110 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 110 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP0>; |
111 | 111 | dynamic-power-coefficient = <84>;
|
112 | 112 | #cooling-cells = <2>;
|
113 | 113 | };
|
|
118 | 118 | reg = <0x100>;
|
119 | 119 | enable-method = "psci";
|
120 | 120 | capacity-dmips-mhz = <1024>;
|
121 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 121 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP1>; |
122 | 122 | dynamic-power-coefficient = <211>;
|
123 | 123 | #cooling-cells = <2>;
|
124 | 124 | };
|
|
129 | 129 | reg = <0x101>;
|
130 | 130 | enable-method = "psci";
|
131 | 131 | capacity-dmips-mhz = <1024>;
|
132 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 132 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP1>; |
133 | 133 | dynamic-power-coefficient = <211>;
|
134 | 134 | #cooling-cells = <2>;
|
135 | 135 | };
|
|
140 | 140 | reg = <0x102>;
|
141 | 141 | enable-method = "psci";
|
142 | 142 | capacity-dmips-mhz = <1024>;
|
143 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 143 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP1>; |
144 | 144 | dynamic-power-coefficient = <211>;
|
145 | 145 | #cooling-cells = <2>;
|
146 | 146 | };
|
|
151 | 151 | reg = <0x103>;
|
152 | 152 | enable-method = "psci";
|
153 | 153 | capacity-dmips-mhz = <1024>;
|
154 |
| - cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; |
| 154 | + cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP1>; |
155 | 155 | dynamic-power-coefficient = <211>;
|
156 | 156 | #cooling-cells = <2>;
|
157 | 157 | };
|
|
168 | 168 | min-residency-us = <800>;
|
169 | 169 | };
|
170 | 170 |
|
171 |
| - CLUSTER_SLEEP: cluster-sleep { |
| 171 | + CLUSTER_SLEEP0: cluster-sleep@0 { |
| 172 | + compatible = "arm,idle-state"; |
| 173 | + local-timer-stop; |
| 174 | + arm,psci-suspend-param = <0x01010001>; |
| 175 | + entry-latency-us = <250>; |
| 176 | + exit-latency-us = <400>; |
| 177 | + min-residency-us = <1000>; |
| 178 | + }; |
| 179 | + CLUSTER_SLEEP1: cluster-sleep@1 { |
172 | 180 | compatible = "arm,idle-state";
|
173 | 181 | local-timer-stop;
|
174 | 182 | arm,psci-suspend-param = <0x01010001>;
|
|
0 commit comments