From: Viresh Kumar Date: Fri, 9 Feb 2018 08:58:05 +0000 (+0530) Subject: ARM64: dts: hi6220: Remove "cooling-{min|max}-level" for CPU nodes X-Git-Tag: v4.19~1283^2~49^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=183879d8c6a6b4d8904330b21de4f27fb121179a;p=platform%2Fkernel%2Flinux-rpi.git ARM64: dts: hi6220: 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. Moreover, the entries are incorrect here as min level is 4 and the max level is 0. Remove the unused properties from the CPU nodes. Signed-off-by: Viresh Kumar Signed-off-by: Wei Xu --- diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index 6a180d1..fca8e4e 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -88,8 +88,6 @@ next-level-cache = <&CLUSTER0_L2>; clocks = <&stub_clock 0>; operating-points-v2 = <&cpu_opp_table>; - cooling-min-level = <4>; - cooling-max-level = <0>; #cooling-cells = <2>; /* min followed by max */ cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; dynamic-power-coefficient = <311>;