ARM64: dts: meson: 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: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Viresh Kumar 2018-02-09 14:28:08 +05:30 committed by Arnd Bergmann
parent 953042d153
commit b6f67b039c
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@
1 1
2 2
3 3>;
cooling-min-level = <0>;
cooling-max-level = <3>;
#cooling-cells = <2>;
};