ARM64: dts: meson: Remove "cooling-{min|max}-level" for CPU nodes
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 9 Feb 2018 08:58:06 +0000 (14:28 +0530)
committerArnd Bergmann <arnd@arndb.de>
Tue, 27 Mar 2018 12:25:40 +0000 (14:25 +0200)
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 <viresh.kumar@linaro.org>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts

index 447b9e2..f9a50f8 100644 (file)
 };
 
 &cpu0 {
-       cooling-min-level = <0>;
-       cooling-max-level = <6>;
        #cooling-cells = <2>;
 };
 
 &cpu4 {
-       cooling-min-level = <0>;
-       cooling-max-level = <4>;
        #cooling-cells = <2>;
 };