Commit 52b5f53f authored by Viresh Kumar's avatar Viresh Kumar Committed by Chen-Yu Tsai

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: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 254adb06
......@@ -97,7 +97,6 @@ &cpu0 {
864000 1300000
624000 1250000
>;
cooling-max-level = <2>;
};
&de {
......
......@@ -123,8 +123,6 @@ cpu0: cpu@0 {
624000 1250000
>;
#cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <3>;
};
};
......
......@@ -116,8 +116,6 @@ &cpu0 {
432000 1200000
>;
#cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <5>;
};
&pio {
......
......@@ -113,8 +113,6 @@ cpu0: cpu@0 {
480000 1000000
>;
#cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <3>;
};
cpu@1 {
......
......@@ -116,8 +116,6 @@ cpu0: cpu@0 {
144000 1000000
>;
#cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <6>;
};
cpu@1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment