Skip to content

Commit e04907d

Browse files
vireshkEduardo Valentin
authored andcommitted
dt-bindings: thermal: Remove "cooling-{min|max}-level" properties
The "cooling-min-level" and "cooling-max-level" properties are not parsed by any part of kernel currently and the max cooling state of a CPU cooling device is found by referring to the cpufreq table instead. Remove the unused bindings. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
1 parent 8b8b590 commit e04907d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Documentation/devicetree/bindings/thermal/thermal.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ of heat dissipation). For example a fan's cooling states correspond to
5555
the different fan speeds possible. Cooling states are referred to by
5656
single unsigned integers, where larger numbers mean greater heat
5757
dissipation. The precise set of cooling states associated with a device
58-
(as referred to by the cooling-min-level and cooling-max-level
59-
properties) should be defined in a particular device's binding.
58+
should be defined in a particular device's binding.
6059
For more examples of cooling devices, refer to the example sections below.
6160

6261
Required properties:
@@ -69,15 +68,6 @@ Required properties:
6968
See Cooling device maps section below for more details
7069
on how consumers refer to cooling devices.
7170

72-
Optional properties:
73-
- cooling-min-level: An integer indicating the smallest
74-
Type: unsigned cooling state accepted. Typically 0.
75-
Size: one cell
76-
77-
- cooling-max-level: An integer indicating the largest
78-
Type: unsigned cooling state accepted.
79-
Size: one cell
80-
8171
* Trip points
8272

8373
The trip node is a node to describe a point in the temperature domain
@@ -226,8 +216,6 @@ cpus {
226216
396000 950000
227217
198000 850000
228218
>;
229-
cooling-min-level = <0>;
230-
cooling-max-level = <3>;
231219
#cooling-cells = <2>; /* min followed by max */
232220
};
233221
...
@@ -241,8 +229,6 @@ cpus {
241229
*/
242230
fan0: fan@48 {
243231
...
244-
cooling-min-level = <0>;
245-
cooling-max-level = <9>;
246232
#cooling-cells = <2>; /* min followed by max */
247233
};
248234
};

0 commit comments

Comments
 (0)