OSDN Git Service

hwmon: (gpio-fan) Fix "#cooling-cells" property name in bindings
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 25 May 2018 05:19:57 +0000 (10:49 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 29 May 2018 20:56:39 +0000 (13:56 -0700)
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>
Documentation/devicetree/bindings/hwmon/gpio-fan.txt

index 439a743..2becdcf 100644 (file)
@@ -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.