|
112 | 112 | }; |
113 | 113 | }; |
114 | 114 |
|
115 | | - idle-states { |
116 | | - entry-method = "psci"; |
117 | | - |
118 | | - cpu_sleep: cpu-sleep-0 { |
119 | | - compatible = "arm,idle-state"; |
120 | | - arm,psci-suspend-param = <0x1010000>; |
121 | | - entry-latency-us = <0x3fffffff>; |
122 | | - exit-latency-us = <0x40000000>; |
123 | | - min-residency-us = <0xffffffff>; |
124 | | - }; |
125 | | - }; |
126 | | - |
127 | 115 | cpu_l0: cpu@0 { |
128 | 116 | device_type = "cpu"; |
129 | 117 | compatible = "arm,cortex-a53", "arm,armv8"; |
130 | 118 | reg = <0x0 0x0>; |
131 | | - cpu-idle-states = <&cpu_sleep>; |
132 | 119 | enable-method = "psci"; |
133 | 120 | clocks = <&cru ARMCLKL>; |
134 | 121 | operating-points-v2 = <&cluster0_opp>; |
|
141 | 128 | device_type = "cpu"; |
142 | 129 | compatible = "arm,cortex-a53", "arm,armv8"; |
143 | 130 | reg = <0x0 0x1>; |
144 | | - cpu-idle-states = <&cpu_sleep>; |
145 | 131 | enable-method = "psci"; |
146 | 132 | clocks = <&cru ARMCLKL>; |
147 | 133 | operating-points-v2 = <&cluster0_opp>; |
|
152 | 138 | device_type = "cpu"; |
153 | 139 | compatible = "arm,cortex-a53", "arm,armv8"; |
154 | 140 | reg = <0x0 0x2>; |
155 | | - cpu-idle-states = <&cpu_sleep>; |
156 | 141 | enable-method = "psci"; |
157 | 142 | clocks = <&cru ARMCLKL>; |
158 | 143 | operating-points-v2 = <&cluster0_opp>; |
|
163 | 148 | device_type = "cpu"; |
164 | 149 | compatible = "arm,cortex-a53", "arm,armv8"; |
165 | 150 | reg = <0x0 0x3>; |
166 | | - cpu-idle-states = <&cpu_sleep>; |
167 | 151 | enable-method = "psci"; |
168 | 152 | clocks = <&cru ARMCLKL>; |
169 | 153 | operating-points-v2 = <&cluster0_opp>; |
|
174 | 158 | device_type = "cpu"; |
175 | 159 | compatible = "arm,cortex-a53", "arm,armv8"; |
176 | 160 | reg = <0x0 0x100>; |
177 | | - cpu-idle-states = <&cpu_sleep>; |
178 | 161 | enable-method = "psci"; |
179 | 162 | clocks = <&cru ARMCLKB>; |
180 | 163 | operating-points-v2 = <&cluster1_opp>; |
|
187 | 170 | device_type = "cpu"; |
188 | 171 | compatible = "arm,cortex-a53", "arm,armv8"; |
189 | 172 | reg = <0x0 0x101>; |
190 | | - cpu-idle-states = <&cpu_sleep>; |
191 | 173 | enable-method = "psci"; |
192 | 174 | clocks = <&cru ARMCLKB>; |
193 | 175 | operating-points-v2 = <&cluster1_opp>; |
|
198 | 180 | device_type = "cpu"; |
199 | 181 | compatible = "arm,cortex-a53", "arm,armv8"; |
200 | 182 | reg = <0x0 0x102>; |
201 | | - cpu-idle-states = <&cpu_sleep>; |
202 | 183 | enable-method = "psci"; |
203 | 184 | clocks = <&cru ARMCLKB>; |
204 | 185 | operating-points-v2 = <&cluster1_opp>; |
|
209 | 190 | device_type = "cpu"; |
210 | 191 | compatible = "arm,cortex-a53", "arm,armv8"; |
211 | 192 | reg = <0x0 0x103>; |
212 | | - cpu-idle-states = <&cpu_sleep>; |
213 | 193 | enable-method = "psci"; |
214 | 194 | clocks = <&cru ARMCLKB>; |
215 | 195 | operating-points-v2 = <&cluster1_opp>; |
|
0 commit comments