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 @@ -1596,9 +1596,16 @@ Params: touchscreen-size-x Touchscreen X resolution (default 800)
1596
1596
1597
1597
1598
1598
Name: rpi-poe
1599
- Info: Raspberry Pi POE HAT
1600
- Load: dtoverlay=rpi-poe
1601
- Params: <None>
1599
+ Info: Raspberry Pi PoE HAT fan
1600
+ Load: dtoverlay=rpi-poe,<param>[=<val>]
1601
+ Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
1602
+ turns on (default 50000)
1603
+ poe_fan_temp0_hyst Temperature delta (in millicelcius) at which
1604
+ the fan turns off (default 5000)
1605
+ poe_fan_temp1 Temperature (in millicelcius) at which the fan
1606
+ speeds up (default 55000)
1607
+ poe_fan_temp1_hyst Temperature delta (in millicelcius) at which
1608
+ the fan slows down (default 5000)
1602
1609
1603
1610
1604
1611
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