@@ -273,27 +273,27 @@ Params:
273273 1000 (default set by the platform). Pi3B+,
274274 Pi4, Pi400, CM4, Pi5, Pi500, and CM5 only.
275275
276- fan_temp0 Temperature threshold (in millicelcius ) for
276+ fan_temp0 Temperature threshold (in millicelsius ) for
277277 1st cooling level (default 50000). Pi5 only.
278- fan_temp0_hyst Temperature hysteresis (in millicelcius ) for
278+ fan_temp0_hyst Temperature hysteresis (in millicelsius ) for
279279 1st cooling level (default 5000). Pi5 only.
280280 fan_temp0_speed Fan PWM setting for 1st cooling level (0-255,
281281 default 75). Pi5 only.
282- fan_temp1 Temperature threshold (in millicelcius ) for
282+ fan_temp1 Temperature threshold (in millicelsius ) for
283283 2nd cooling level (default 60000). Pi5 only.
284- fan_temp1_hyst Temperature hysteresis (in millicelcius ) for
284+ fan_temp1_hyst Temperature hysteresis (in millicelsius ) for
285285 2nd cooling level (default 5000). Pi5 only.
286286 fan_temp1_speed Fan PWM setting for 2nd cooling level (0-255,
287287 default 125). Pi5 only.
288- fan_temp2 Temperature threshold (in millicelcius ) for
288+ fan_temp2 Temperature threshold (in millicelsius ) for
289289 3rd cooling level (default 67500). Pi5 only.
290- fan_temp2_hyst Temperature hysteresis (in millicelcius ) for
290+ fan_temp2_hyst Temperature hysteresis (in millicelsius ) for
291291 3rd cooling level (default 5000). Pi5 only.
292292 fan_temp2_speed Fan PWM setting for 3rd cooling level (0-255,
293293 default 175). Pi5 only.
294- fan_temp3 Temperature threshold (in millicelcius ) for
294+ fan_temp3 Temperature threshold (in millicelsius ) for
295295 4th cooling level (default 75000). Pi5 only.
296- fan_temp3_hyst Temperature hysteresis (in millicelcius ) for
296+ fan_temp3_hyst Temperature hysteresis (in millicelsius ) for
297297 4th cooling level (default 5000). Pi5 only.
298298 fan_temp3_speed Fan PWM setting for 4th cooling level (0-255,
299299 default 250). Pi5 only.
@@ -1532,8 +1532,8 @@ Info: Configure a GPIO pin to control a cooling fan.
15321532Load: dtoverlay=gpio-fan,<param>=<val>
15331533Params: gpiopin GPIO used to control the fan (default 12)
15341534 temp Temperature at which the fan switches on, in
1535- millicelcius (default 55000)
1536- hyst Temperature delta (in millicelcius ) below
1535+ millicelsius (default 55000)
1536+ hyst Temperature delta (in millicelsius ) below
15371537 temp at which the fan will drop to minrpm
15381538 (default 10000)
15391539
@@ -2194,17 +2194,17 @@ Params: addr Sets the address for the fan controller. Note
21942194 mintemp (range 0-255. default 0)
21952195 maxpwm PWM setting for the fan when the SoC is above
21962196 maxtemp (range 0-255. default 255)
2197- midtemp Temperature (in millicelcius ) at which the fan
2197+ midtemp Temperature (in millicelsius ) at which the fan
21982198 begins to speed up (default 50000)
21992199
2200- midtemp_hyst Temperature delta (in millicelcius ) below
2200+ midtemp_hyst Temperature delta (in millicelsius ) below
22012201 mintemp at which the fan will drop to minrpm
22022202 (default 2000)
22032203
2204- maxtemp Temperature (in millicelcius ) at which the fan
2204+ maxtemp Temperature (in millicelsius ) at which the fan
22052205 will be held at maxrpm (default 70000)
22062206
2207- maxtemp_hyst Temperature delta (in millicelcius ) below
2207+ maxtemp_hyst Temperature delta (in millicelsius ) below
22082208 maxtemp at which the fan begins to slow down
22092209 (default 2000)
22102210
@@ -4296,16 +4296,16 @@ Params: fan_gpio BCM number of the pin driving the fan,
42964296 fan_temp3 CPU temperature at which fan is switched
42974297 to max speed in millicelsius,
42984298 default 75000 (75 °C)
4299- fan_temp0_hyst Temperature hysteris at which fan is stopped
4299+ fan_temp0_hyst Temperature hysteresis at which fan is stopped
43004300 in millicelsius,default 5000 (resulting
43014301 in 50 °C)
4302- fan_temp1_hyst Temperature hysteris at which fan is switched
4302+ fan_temp1_hyst Temperature hysteresis at which fan is switched
43034303 back to low speed in millicelsius,
43044304 default 5000 (resulting in 55 °C)
4305- fan_temp2_hyst Temperature hysteris at which fan is switched
4305+ fan_temp2_hyst Temperature hysteresis at which fan is switched
43064306 back to medium speed in millicelsius,
43074307 default 5000 (resulting in 62.5 °C)
4308- fan_temp3_hyst Temperature hysteris at which fan is switched
4308+ fan_temp3_hyst Temperature hysteresis at which fan is switched
43094309 back to high speed in millicelsius,
43104310 default 5000 (resulting in 70 °C)
43114311 fan_temp0_speed Fan speed for low cooling state in range
@@ -4560,21 +4560,21 @@ Params: txd0_pin GPIO pin for TXD0 (any free - default 20)
45604560Name: rpi-poe
45614561Info: Raspberry Pi PoE HAT fan
45624562Load: dtoverlay=rpi-poe,<param>[=<val>]
4563- Params: poe_fan_temp0 Temperature (in millicelcius ) at which the fan
4563+ Params: poe_fan_temp0 Temperature (in millicelsius ) at which the fan
45644564 turns on (default 40000)
4565- poe_fan_temp0_hyst Temperature delta (in millicelcius ) at which
4565+ poe_fan_temp0_hyst Temperature delta (in millicelsius ) at which
45664566 the fan turns off (default 2000)
4567- poe_fan_temp1 Temperature (in millicelcius ) at which the fan
4567+ poe_fan_temp1 Temperature (in millicelsius ) at which the fan
45684568 speeds up (default 45000)
4569- poe_fan_temp1_hyst Temperature delta (in millicelcius ) at which
4569+ poe_fan_temp1_hyst Temperature delta (in millicelsius ) at which
45704570 the fan slows down (default 2000)
4571- poe_fan_temp2 Temperature (in millicelcius ) at which the fan
4571+ poe_fan_temp2 Temperature (in millicelsius ) at which the fan
45724572 speeds up (default 50000)
4573- poe_fan_temp2_hyst Temperature delta (in millicelcius ) at which
4573+ poe_fan_temp2_hyst Temperature delta (in millicelsius ) at which
45744574 the fan slows down (default 2000)
4575- poe_fan_temp3 Temperature (in millicelcius ) at which the fan
4575+ poe_fan_temp3 Temperature (in millicelsius ) at which the fan
45764576 speeds up (default 55000)
4577- poe_fan_temp3_hyst Temperature delta (in millicelcius ) at which
4577+ poe_fan_temp3_hyst Temperature delta (in millicelsius ) at which
45784578 the fan slows down (default 5000)
45794579 i2c Control the fan via Linux I2C drivers instead of
45804580 the firmware.
@@ -4583,21 +4583,21 @@ Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
45834583Name: rpi-poe-plus
45844584Info: Raspberry Pi PoE+ HAT fan
45854585Load: dtoverlay=rpi-poe-plus,<param>[=<val>]
4586- Params: poe_fan_temp0 Temperature (in millicelcius ) at which the fan
4586+ Params: poe_fan_temp0 Temperature (in millicelsius ) at which the fan
45874587 turns on (default 40000)
4588- poe_fan_temp0_hyst Temperature delta (in millicelcius ) at which
4588+ poe_fan_temp0_hyst Temperature delta (in millicelsius ) at which
45894589 the fan turns off (default 2000)
4590- poe_fan_temp1 Temperature (in millicelcius ) at which the fan
4590+ poe_fan_temp1 Temperature (in millicelsius ) at which the fan
45914591 speeds up (default 45000)
4592- poe_fan_temp1_hyst Temperature delta (in millicelcius ) at which
4592+ poe_fan_temp1_hyst Temperature delta (in millicelsius ) at which
45934593 the fan slows down (default 2000)
4594- poe_fan_temp2 Temperature (in millicelcius ) at which the fan
4594+ poe_fan_temp2 Temperature (in millicelsius ) at which the fan
45954595 speeds up (default 50000)
4596- poe_fan_temp2_hyst Temperature delta (in millicelcius ) at which
4596+ poe_fan_temp2_hyst Temperature delta (in millicelsius ) at which
45974597 the fan slows down (default 2000)
4598- poe_fan_temp3 Temperature (in millicelcius ) at which the fan
4598+ poe_fan_temp3 Temperature (in millicelsius ) at which the fan
45994599 speeds up (default 55000)
4600- poe_fan_temp3_hyst Temperature delta (in millicelcius ) at which
4600+ poe_fan_temp3_hyst Temperature delta (in millicelsius ) at which
46014601 the fan slows down (default 5000)
46024602 i2c Control the fan via Linux I2C drivers instead of
46034603 the firmware.
0 commit comments