File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
arch/arm64/boot/dts/mediatek Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 19
19
#include <dt-bindings/power/mt8173-power.h>
20
20
#include <dt-bindings/reset/mt8173-resets.h>
21
21
#include <dt-bindings/gce/mt8173-gce.h>
22
+ #include <dt-bindings/thermal/thermal.h>
22
23
#include "mt8173-pinfunc.h"
23
24
24
25
/ {
298
299
cooling-maps {
299
300
map0 {
300
301
trip = <&target>;
301
- cooling-device = <&cpu0 0 0>,
302
- <&cpu1 0 0>;
302
+ cooling-device = <&cpu0 THERMAL_NO_LIMIT
303
+ THERMAL_NO_LIMIT>,
304
+ <&cpu1 THERMAL_NO_LIMIT
305
+ THERMAL_NO_LIMIT>;
303
306
contribution = <3072>;
304
307
};
305
308
map1 {
306
309
trip = <&target>;
307
- cooling-device = <&cpu2 0 0>,
308
- <&cpu3 0 0>;
310
+ cooling-device = <&cpu2 THERMAL_NO_LIMIT
311
+ THERMAL_NO_LIMIT>,
312
+ <&cpu3 THERMAL_NO_LIMIT
313
+ THERMAL_NO_LIMIT>;
309
314
contribution = <1024>;
310
315
};
311
316
};
You can’t perform that action at this time.
0 commit comments