[PATCH 10/10] dt-bindings: thermal: Remove "cooling-{min|max}-level" properties
From: robh@kernel.org (Rob Herring)
Date: 2018-02-19 18:01:28
Also in:
linux-devicetree, linux-pm, lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-02-19 18:01:28
Also in:
linux-devicetree, linux-pm, lkml
On Mon, Feb 19, 2018 at 09:13:38AM +0530, Viresh Kumar wrote:
On 18-02-18, 17:29, Rob Herring wrote:quoted
On Fri, Feb 09, 2018 at 02:28:10PM +0530, Viresh Kumar wrote:quoted
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.What about non-CPU devices? A fan for example.Even they aren't using these properties. The gpio-fan binding[1] for example uses the "gpio-fan,speed-map" property instead to find the number of states it supports.
Okay. Reviewed-by: Rob Herring <robh@kernel.org>