From: Viresh Kumar Date: Fri, 9 Feb 2018 08:58:08 +0000 (+0530) Subject: ARM64: dts: meson: Remove "cooling-{min|max}-level" for gpio-fan node X-Git-Tag: v4.17-rc1~105^2~22 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b6f67b039c64572adced5d5c0f01dc944e251bc2;p=linux.git 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 Acked-by: Neil Armstrong Signed-off-by: Arnd Bergmann --- 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 @@ gpio_fan: gpio-fan { 1 1 2 2 3 3>; - cooling-min-level = <0>; - cooling-max-level = <3>; #cooling-cells = <2>; };