diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-02-09 11:58:02 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-14 20:26:11 +0300 |
commit | ef1e7b45c97398bdc8edcfe627b335c4a0dd3cb0 (patch) | |
tree | 54f5f2310f4aad728992118e456c16209248f0b4 /arch/arm/boot/dts/dra7.dtsi | |
parent | 6d7bdd328da42cd08bc98f6d1bcc402c68eed33e (diff) | |
download | linux-ef1e7b45c97398bdc8edcfe627b335c4a0dd3cb0.tar.xz |
ARM: dts: omap: 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: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index e4a420f16800..f4ddd86f2c77 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -92,8 +92,6 @@ clock-latency = <300000>; /* From omap-cpufreq driver */ /* cooling options */ - cooling-min-level = <0>; - cooling-max-level = <2>; #cooling-cells = <2>; /* min followed by max */ vbb-supply = <&abb_mpu>; |