diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-02-09 11:58:01 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-02-13 21:15:26 +0300 |
commit | cd6f55457eb449a388e793abd676e3a5b73510bc (patch) | |
tree | 30671a145dccc01863142d7a079c50b5046a7c92 /arch/arm/boot/dts/exynos4210.dtsi | |
parent | bd010d6066ba3267909bf8a318e0d2f2eaf3fb53 (diff) | |
download | linux-cd6f55457eb449a388e793abd676e3a5b73510bc.tar.xz |
ARM: dts: exynos: 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 <viresh.kumar@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 80c1972a2ecf..853604d91158 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -48,8 +48,6 @@ 400000 975000 200000 950000 >; - cooling-min-level = <4>; - cooling-max-level = <2>; #cooling-cells = <2>; /* min followed by max */ }; |