diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-02-09 14:28:08 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 14:28:39 +0200 |
commit | b6f67b039c64572adced5d5c0f01dc944e251bc2 (patch) | |
tree | 6c87e167f113702f9b1a75ae6885652e6e32d922 /arch/arm64/boot/dts/amlogic | |
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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-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 @@ 1 1 2 2 3 3>; - cooling-min-level = <0>; - cooling-max-level = <3>; #cooling-cells = <2>; }; |