diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-05-25 10:49:57 +0530 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-05-29 13:56:39 -0700 |
commit | 853d5e4b9a48fa91a329123bac33b1cf30277a04 (patch) | |
tree | f98cc58ea9ad476f3e106cd399905af6ea3c0ce6 /Documentation/devicetree/bindings/hwmon/gpio-fan.txt | |
parent | 5c103791e4bef2830ab4cfa321fe2cf3c93730a7 (diff) | |
download | talos-obmc-linux-853d5e4b9a48fa91a329123bac33b1cf30277a04.tar.gz talos-obmc-linux-853d5e4b9a48fa91a329123bac33b1cf30277a04.zip |
hwmon: (gpio-fan) Fix "#cooling-cells" property name in bindings
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>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon/gpio-fan.txt')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/gpio-fan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/gpio-fan.txt b/Documentation/devicetree/bindings/hwmon/gpio-fan.txt index 439a7430fc68..2becdcfdc840 100644 --- a/Documentation/devicetree/bindings/hwmon/gpio-fan.txt +++ b/Documentation/devicetree/bindings/hwmon/gpio-fan.txt @@ -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. |