Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / hwmon / pwm-fan.txt
diff --git a/kernel/Documentation/devicetree/bindings/hwmon/pwm-fan.txt b/kernel/Documentation/devicetree/bindings/hwmon/pwm-fan.txt
new file mode 100644 (file)
index 0000000..610757c
--- /dev/null
@@ -0,0 +1,12 @@
+Bindings for a fan connected to the PWM lines
+
+Required properties:
+- compatible   : "pwm-fan"
+- pwms         : the PWM that is used to control the PWM fan
+
+Example:
+       pwm-fan {
+               compatible = "pwm-fan";
+               status = "okay";
+               pwms = <&pwm 0 10000 0>;
+       };