From: Viresh Kumar Date: Fri, 25 May 2018 05:19:57 +0000 (+0530) Subject: hwmon: (gpio-fan) Fix "#cooling-cells" property name in bindings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=853d5e4b9a48fa91a329123bac33b1cf30277a04;p=linux.git 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 [groeck: Updated subject] Signed-off-by: Guenter Roeck --- diff --git a/Documentation/devicetree/bindings/hwmon/gpio-fan.txt b/Documentation/devicetree/bindings/hwmon/gpio-fan.txt index 439a7430fc682..2becdcfdc840c 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.