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@xxxxxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Cc: Kamil Debski <kamil@xxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> Cc: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> --- Documentation/devicetree/bindings/hwmon/pwm-fan.txt | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.7.4