diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-02-09 03:58:08 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 08:28:39 -0400 |
commit | b6f67b039c64572adced5d5c0f01dc944e251bc2 (patch) | |
tree | 6c87e167f113702f9b1a75ae6885652e6e32d922 | |
parent | 953042d1536b0c089e00f096c69a75118b00b9f4 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts index f9a50f861cd3..4fd46c1546a7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | |||
@@ -58,8 +58,6 @@ | |||
58 | 1 1 | 58 | 1 1 |
59 | 2 2 | 59 | 2 2 |
60 | 3 3>; | 60 | 3 3>; |
61 | cooling-min-level = <0>; | ||
62 | cooling-max-level = <3>; | ||
63 | #cooling-cells = <2>; | 61 | #cooling-cells = <2>; |
64 | }; | 62 | }; |
65 | 63 | ||