File tree 2 files changed +20
-3
lines changed
arch/arm/boot/dts/overlays
2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -1565,9 +1565,16 @@ Params: touchscreen-size-x Touchscreen X resolution (default 800)
1565
1565
1566
1566
1567
1567
Name: rpi-poe
1568
- Info: Raspberry Pi POE HAT
1569
- Load: dtoverlay=rpi-poe
1570
- Params: <None>
1568
+ Info: Raspberry Pi PoE HAT fan
1569
+ Load: dtoverlay=rpi-poe,<param>[=<val>]
1570
+ Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
1571
+ turns on (default 50000)
1572
+ poe_fan_temp0_hyst Temperature delta (in millicelcius) at which
1573
+ the fan turns off (default 5000)
1574
+ poe_fan_temp1 Temperature (in millicelcius) at which the fan
1575
+ speeds up (default 55000)
1576
+ poe_fan_temp1_hyst Temperature delta (in millicelcius) at which
1577
+ the fan slows down (default 5000)
1571
1578
1572
1579
1573
1580
Name: rpi-proto
Original file line number Diff line number Diff line change 50
50
};
51
51
};
52
52
};
53
+
54
+ fragment@2 {
55
+ target-path = "/__overrides__";
56
+ __overlay__ {
57
+ poe_fan_temp0 = <&trip0>,"temperature:0";
58
+ poe_fan_temp0_hyst = <&trip0>,"hysteresis:0";
59
+ poe_fan_temp1 = <&trip1>,"temperature:0";
60
+ poe_fan_temp1_hyst = <&trip1>,"hysteresis:0";
61
+ };
62
+ };
53
63
};
You can’t perform that action at this time.
0 commit comments