diff mbox series

[2/2] dt-bindings: hwmon: (pwm-fan) add disable-state-shutdown property

Message ID 1577023823-9615-3-git-send-email-akinobu.mita@gmail.com (mailing list archive)
State Superseded
Headers show
Series hwmon: (pwm-fan) add option to stop fan on shutdown | expand

Commit Message

Akinobu Mita Dec. 22, 2019, 2:10 p.m. UTC
Document new disable-state-shutdown property that is introduced in case
someone wants to stop the fun running when shutting down the system.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Kamil Debski <kamil@wypas.org>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
 Documentation/devicetree/bindings/hwmon/pwm-fan.txt | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt b/Documentation/devicetree/bindings/hwmon/pwm-fan.txt
index 41b7676..1e25787 100644
--- a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt
+++ b/Documentation/devicetree/bindings/hwmon/pwm-fan.txt
@@ -18,6 +18,8 @@  Optional properties:
 			  an integer (default is 2 interrupts per revolution).
 			  The value must be greater than zero.
 
+- disable-state-shutdown: Disable the state of the PWM on shutdown.
+
 Example:
 	fan0: pwm-fan {
 		compatible = "pwm-fan";