dt-bindings: cpufreq-dt: Remove "cooling-{min|max}-level" properties
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 9 Feb 2018 08:58:09 +0000 (14:28 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Feb 2018 17:06:22 +0000 (18:06 +0100)
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: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt

index dd3929e85decc562e5621cf99ac408033a5930f9..332aed8f4597a86240e498f03933497028a66029 100644 (file)
@@ -18,8 +18,6 @@ Optional properties:
   in unit of nanoseconds.
 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
 - #cooling-cells:
-- cooling-min-level:
-- cooling-max-level:
      Please refer to Documentation/devicetree/bindings/thermal/thermal.txt.
 
 Examples:
@@ -40,8 +38,6 @@ cpus {
                >;
                clock-latency = <61036>; /* two CLK32 periods */
                #cooling-cells = <2>;
-               cooling-min-level = <0>;
-               cooling-max-level = <2>;
        };
 
        cpu@1 {