Skip to content

Commit

Permalink
hwmon: (gpio-fan) Fix "#cooling-cells" property name in bindings
Browse files Browse the repository at this point in the history
It should be "#cooling-cells" instead of "cooling-cells". Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
[groeck: Updated subject]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Viresh Kumar authored and Guenter Roeck committed May 29, 2018
1 parent 5c10379 commit 853d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/hwmon/gpio-fan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Optional properties:
must have the RPM values in ascending order.
- alarm-gpios: This pin going active indicates something is wrong with
the fan, and a udev event will be fired.
- cooling-cells: If used as a cooling device, must be <2>
- #cooling-cells: If used as a cooling device, must be <2>
Also see: Documentation/devicetree/bindings/thermal/thermal.txt
min and max states are derived from the speed-map of the fan.

Expand Down

0 comments on commit 853d5e4

Please sign in to comment.