From: Viresh Kumar Date: Fri, 9 Feb 2018 08:58:06 +0000 (+0530) Subject: ARM64: dts: meson: Remove "cooling-{min|max}-level" for CPU nodes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f65f2df29d7b4e77318635ec33e95d801a9e40dd;p=linux.git ARM64: dts: meson: Remove "cooling-{min|max}-level" for CPU nodes 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 a CPU cooling device is found by referring to the cpufreq table instead. Remove the unused properties from the CPU nodes. 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 447b9e22cf8e3..f9a50f861cd38 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts @@ -208,14 +208,10 @@ }; &cpu0 { - cooling-min-level = <0>; - cooling-max-level = <6>; #cooling-cells = <2>; }; &cpu4 { - cooling-min-level = <0>; - cooling-max-level = <4>; #cooling-cells = <2>; };