Re: [PATCH v3 1/3] dt-bindings: thermal: Add yaml bindings for thermal sensors
From: Rob Herring <robh@kernel.org>
Date: 2020-03-31 21:14:42
Also in:
linux-arm-msm, linux-pm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-03-31 21:14:42
Also in:
linux-arm-msm, linux-pm, lkml
On Wed, 25 Mar 2020 12:04:52 +0530, Amit Kucheria wrote:
As part of moving the thermal bindings to YAML, split it up into 3 bindings: thermal sensors, cooling devices and thermal zones. The property #thermal-sensor-cells is required in each device that acts as a thermal sensor. It is used to uniquely identify the instance of the thermal sensor inside the system. Signed-off-by: Amit Kucheria <redacted> --- .../bindings/thermal/thermal-sensor.yaml | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/thermal-sensor.yaml
Reviewed-by: Rob Herring <robh@kernel.org>