summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/hwmon/pwm-fan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/hwmon/pwm-fan.txt')
-rw-r--r--dts/Bindings/hwmon/pwm-fan.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/hwmon/pwm-fan.txt b/dts/Bindings/hwmon/pwm-fan.txt
new file mode 100644
index 0000000000..610757ce44
--- /dev/null
+++ b/dts/Bindings/hwmon/pwm-fan.txt
@@ -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>;
+ };