提交 52b5f53f 编写于 作者: V Viresh Kumar 提交者: 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: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
上级 254adb06
...@@ -97,7 +97,6 @@ ...@@ -97,7 +97,6 @@
864000 1300000 864000 1300000
624000 1250000 624000 1250000
>; >;
cooling-max-level = <2>;
}; };
&de { &de {
......
...@@ -123,8 +123,6 @@ ...@@ -123,8 +123,6 @@
624000 1250000 624000 1250000
>; >;
#cooling-cells = <2>; #cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <3>;
}; };
}; };
......
...@@ -116,8 +116,6 @@ ...@@ -116,8 +116,6 @@
432000 1200000 432000 1200000
>; >;
#cooling-cells = <2>; #cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <5>;
}; };
&pio { &pio {
......
...@@ -113,8 +113,6 @@ ...@@ -113,8 +113,6 @@
480000 1000000 480000 1000000
>; >;
#cooling-cells = <2>; #cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <3>;
}; };
cpu@1 { cpu@1 {
......
...@@ -116,8 +116,6 @@ ...@@ -116,8 +116,6 @@
144000 1000000 144000 1000000
>; >;
#cooling-cells = <2>; #cooling-cells = <2>;
cooling-min-level = <0>;
cooling-max-level = <6>;
}; };
cpu@1 { cpu@1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册