File tree 1 file changed +9
-17
lines changed
arch/arm/boot/dts/overlays 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change 14
14
compatible = "raspberrypi,rpi-poe-fan";
15
15
firmware = <&firmware>;
16
16
cooling-min-state = <0>;
17
- cooling-max-state = <3 >;
17
+ cooling-max-state = <2 >;
18
18
#cooling-cells = <2>;
19
- cooling-levels = <0 50 150 255>;
19
+ cooling-levels = <0 150 255>;
20
20
status = "okay";
21
21
};
22
22
};
26
26
target = <&cpu_thermal>;
27
27
__overlay__ {
28
28
trips {
29
- threshold: trip-point@0 {
30
- temperature = <45000>;
31
- hysteresis = <5000>;
32
- type = "active";
33
- };
34
- target: trip-point@1 {
29
+ trip0: trip0 {
35
30
temperature = <50000>;
36
- hysteresis = <2000 >;
31
+ hysteresis = <5000 >;
37
32
type = "active";
38
33
};
39
- cpu_hot: cpu_hot@0 {
34
+ trip1: trip1 {
35
+
40
36
temperature = <55000>;
41
- hysteresis = <2000 >;
37
+ hysteresis = <5000 >;
42
38
type = "active";
43
39
};
44
40
};
45
41
cooling-maps {
46
42
map0 {
47
- trip = <&threshold >;
43
+ trip = <&trip0 >;
48
44
cooling-device = <&fan0 0 1>;
49
45
};
50
46
map1 {
51
- trip = <&target >;
47
+ trip = <&trip1 >;
52
48
cooling-device = <&fan0 1 2>;
53
49
};
54
- map2 {
55
- trip = <&cpu_hot>;
56
- cooling-device = <&fan0 2 3>;
57
- };
58
50
};
59
51
};
60
52
};
You can’t perform that action at this time.
0 commit comments