Skip to content

Commit 07159f6

Browse files
RanWang1Shawn Guo
authored andcommitted
arm64: dts: lx2160a: Correct CPU core idle state name
lx2160a support PW15 but not PW20, correct name to avoid confusing. Signed-off-by: Ran Wang <[email protected]> Fixes: 00c5ce8 ("arm64: dts: lx2160a: add cpu idle support") Acked-by: Li Yang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 21094ba commit 07159f6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
i-cache-line-size = <64>;
3434
i-cache-sets = <192>;
3535
next-level-cache = <&cluster0_l2>;
36-
cpu-idle-states = <&cpu_pw20>;
36+
cpu-idle-states = <&cpu_pw15>;
3737
};
3838

3939
cpu@1 {
@@ -49,7 +49,7 @@
4949
i-cache-line-size = <64>;
5050
i-cache-sets = <192>;
5151
next-level-cache = <&cluster0_l2>;
52-
cpu-idle-states = <&cpu_pw20>;
52+
cpu-idle-states = <&cpu_pw15>;
5353
};
5454

5555
cpu@100 {
@@ -65,7 +65,7 @@
6565
i-cache-line-size = <64>;
6666
i-cache-sets = <192>;
6767
next-level-cache = <&cluster1_l2>;
68-
cpu-idle-states = <&cpu_pw20>;
68+
cpu-idle-states = <&cpu_pw15>;
6969
};
7070

7171
cpu@101 {
@@ -81,7 +81,7 @@
8181
i-cache-line-size = <64>;
8282
i-cache-sets = <192>;
8383
next-level-cache = <&cluster1_l2>;
84-
cpu-idle-states = <&cpu_pw20>;
84+
cpu-idle-states = <&cpu_pw15>;
8585
};
8686

8787
cpu@200 {
@@ -97,7 +97,7 @@
9797
i-cache-line-size = <64>;
9898
i-cache-sets = <192>;
9999
next-level-cache = <&cluster2_l2>;
100-
cpu-idle-states = <&cpu_pw20>;
100+
cpu-idle-states = <&cpu_pw15>;
101101
};
102102

103103
cpu@201 {
@@ -113,7 +113,7 @@
113113
i-cache-line-size = <64>;
114114
i-cache-sets = <192>;
115115
next-level-cache = <&cluster2_l2>;
116-
cpu-idle-states = <&cpu_pw20>;
116+
cpu-idle-states = <&cpu_pw15>;
117117
};
118118

119119
cpu@300 {
@@ -129,7 +129,7 @@
129129
i-cache-line-size = <64>;
130130
i-cache-sets = <192>;
131131
next-level-cache = <&cluster3_l2>;
132-
cpu-idle-states = <&cpu_pw20>;
132+
cpu-idle-states = <&cpu_pw15>;
133133
};
134134

135135
cpu@301 {
@@ -145,7 +145,7 @@
145145
i-cache-line-size = <64>;
146146
i-cache-sets = <192>;
147147
next-level-cache = <&cluster3_l2>;
148-
cpu-idle-states = <&cpu_pw20>;
148+
cpu-idle-states = <&cpu_pw15>;
149149
};
150150

151151
cpu@400 {
@@ -161,7 +161,7 @@
161161
i-cache-line-size = <64>;
162162
i-cache-sets = <192>;
163163
next-level-cache = <&cluster4_l2>;
164-
cpu-idle-states = <&cpu_pw20>;
164+
cpu-idle-states = <&cpu_pw15>;
165165
};
166166

167167
cpu@401 {
@@ -177,7 +177,7 @@
177177
i-cache-line-size = <64>;
178178
i-cache-sets = <192>;
179179
next-level-cache = <&cluster4_l2>;
180-
cpu-idle-states = <&cpu_pw20>;
180+
cpu-idle-states = <&cpu_pw15>;
181181
};
182182

183183
cpu@500 {
@@ -193,7 +193,7 @@
193193
i-cache-line-size = <64>;
194194
i-cache-sets = <192>;
195195
next-level-cache = <&cluster5_l2>;
196-
cpu-idle-states = <&cpu_pw20>;
196+
cpu-idle-states = <&cpu_pw15>;
197197
};
198198

199199
cpu@501 {
@@ -209,7 +209,7 @@
209209
i-cache-line-size = <64>;
210210
i-cache-sets = <192>;
211211
next-level-cache = <&cluster5_l2>;
212-
cpu-idle-states = <&cpu_pw20>;
212+
cpu-idle-states = <&cpu_pw15>;
213213
};
214214

215215
cpu@600 {
@@ -225,7 +225,7 @@
225225
i-cache-line-size = <64>;
226226
i-cache-sets = <192>;
227227
next-level-cache = <&cluster6_l2>;
228-
cpu-idle-states = <&cpu_pw20>;
228+
cpu-idle-states = <&cpu_pw15>;
229229
};
230230

231231
cpu@601 {
@@ -241,7 +241,7 @@
241241
i-cache-line-size = <64>;
242242
i-cache-sets = <192>;
243243
next-level-cache = <&cluster6_l2>;
244-
cpu-idle-states = <&cpu_pw20>;
244+
cpu-idle-states = <&cpu_pw15>;
245245
};
246246

247247
cpu@700 {
@@ -257,7 +257,7 @@
257257
i-cache-line-size = <64>;
258258
i-cache-sets = <192>;
259259
next-level-cache = <&cluster7_l2>;
260-
cpu-idle-states = <&cpu_pw20>;
260+
cpu-idle-states = <&cpu_pw15>;
261261
};
262262

263263
cpu@701 {
@@ -273,7 +273,7 @@
273273
i-cache-line-size = <64>;
274274
i-cache-sets = <192>;
275275
next-level-cache = <&cluster7_l2>;
276-
cpu-idle-states = <&cpu_pw20>;
276+
cpu-idle-states = <&cpu_pw15>;
277277
};
278278

279279
cluster0_l2: l2-cache0 {
@@ -340,9 +340,9 @@
340340
cache-level = <2>;
341341
};
342342

343-
cpu_pw20: cpu-pw20 {
343+
cpu_pw15: cpu-pw15 {
344344
compatible = "arm,idle-state";
345-
idle-state-name = "PW20";
345+
idle-state-name = "PW15";
346346
arm,psci-suspend-param = <0x0>;
347347
entry-latency-us = <2000>;
348348
exit-latency-us = <2000>;

0 commit comments

Comments
 (0)