[PATCH 09/10] dt-bindings: cpufreq-dt: Remove "cooling-{min|max}-level" properties
From: robh@kernel.org (Rob Herring)
Date: 2018-02-18 23:27:00
Also in:
linux-devicetree, linux-pm, lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-02-18 23:27:00
Also in:
linux-devicetree, linux-pm, lkml
On Fri, Feb 09, 2018 at 02:28:09PM +0530, Viresh Kumar wrote:
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> --- Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt | 4 ---- 1 file changed, 4 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>