mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
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: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
f65f2df29d
commit
953042d153
@ -78,8 +78,6 @@
|
||||
gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
gpio-fan,speed-map = <0 0>, <3000 1>, <6000 2>;
|
||||
cooling-min-level = <0>;
|
||||
cooling-max-level = <2>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user