diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2018-02-09 11:58:04 +0300 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-02-13 14:13:20 +0300 |
commit | 52b5f53f4b60fe645f3203e2e85df2189275def3 (patch) | |
tree | 60464391ee113a358b66ea24fef51c48111c8901 /arch/arm/boot/dts/sun6i-a31.dtsi | |
parent | 254adb06bfd112fca8a6355dc74a925ec423f984 (diff) | |
download | linux-52b5f53f4b60fe645f3203e2e85df2189275def3.tar.xz |
ARM: dts: sun[4-7]i: 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: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun6i-a31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 72d3fe44ecaf..c72992556a86 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -113,8 +113,6 @@ 480000 1000000 >; #cooling-cells = <2>; - cooling-min-level = <0>; - cooling-max-level = <3>; }; cpu@1 { |