diff options
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/pwm-fan.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt b/Documentation/devicetree/bindings/hwmon/pwm-fan.txt index c6d533202d3e..49ca5d83ed13 100644 --- a/Documentation/devicetree/bindings/hwmon/pwm-fan.txt +++ b/Documentation/devicetree/bindings/hwmon/pwm-fan.txt | |||
@@ -6,6 +6,9 @@ Required properties: | |||
6 | - cooling-levels : PWM duty cycle values in a range from 0 to 255 | 6 | - cooling-levels : PWM duty cycle values in a range from 0 to 255 |
7 | which correspond to thermal cooling states | 7 | which correspond to thermal cooling states |
8 | 8 | ||
9 | Optional properties: | ||
10 | - fan-supply : phandle to the regulator that provides power to the fan | ||
11 | |||
9 | Example: | 12 | Example: |
10 | fan0: pwm-fan { | 13 | fan0: pwm-fan { |
11 | compatible = "pwm-fan"; | 14 | compatible = "pwm-fan"; |