Commit 953042d1 authored by Viresh Kumar's avatar Viresh Kumar Committed by Arnd Bergmann

ARM: dts: gemini: Remove "cooling-{min|max}-level" for gpio-fan node

The "cooling-min-level" and "cooling-max-level" properties are not
parsed by any part of the kernel currently and the max cooling state of
gpio-fan cooling device is found by referring to the
"gpio-fan,speed-map" instead.

Remove the unused properties from the gpio-fan node.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f65f2df2
...@@ -78,8 +78,6 @@ fan0: gpio-fan { ...@@ -78,8 +78,6 @@ fan0: gpio-fan {
gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>, gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>,
<&gpio0 12 GPIO_ACTIVE_HIGH>; <&gpio0 12 GPIO_ACTIVE_HIGH>;
gpio-fan,speed-map = <0 0>, <3000 1>, <6000 2>; gpio-fan,speed-map = <0 0>, <3000 1>, <6000 2>;
cooling-min-level = <0>;
cooling-max-level = <2>;
#cooling-cells = <2>; #cooling-cells = <2>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment