Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: hwmon: pwm-fan: Document after shutdown fan settings

Document fan-shutdown-percent property, used to describe fan RPM in percent
set during shutdown. This is used to keep the fan running at fixed RPM after
the kernel shut down, which is useful on hardware that does keep heating
itself even after the kernel did shut down, for example from some sort of
management core.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250904202157.170600-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Marek Vasut and committed by
Guenter Roeck
bd48b5a4 8702c8f5

+9
+9
Documentation/devicetree/bindings/hwmon/pwm-fan.yaml
··· 31 31 it must be self resetting edge interrupts. 32 32 maxItems: 1 33 33 34 + fan-shutdown-percent: 35 + description: 36 + Fan RPM in percent set during shutdown. This is used to keep the fan 37 + running at fixed RPM after the kernel shut down, which is useful on 38 + hardware that does keep heating itself even after the kernel did shut 39 + down, for example from some sort of management core. 40 + minimum: 0 41 + maximum: 100 42 + 34 43 fan-stop-to-start-percent: 35 44 description: 36 45 Minimum fan RPM in percent to start when stopped.