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/omap5.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/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 35d4298da83d..511606c17a04 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -55,8 +55,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 */ }; cpu@1 { |