Re: [Patch v5 6/6] dt-bindings: thermal: Add dt binding for QCOM LMh
From: Rob Herring <robh@kernel.org>
Date: 2021-08-17 18:56:05
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-08-17 18:56:05
Also in:
linux-arm-msm, linux-devicetree, lkml
On Mon, 09 Aug 2021 15:16:05 -0400, Thara Gopinath wrote:
Add dt binding documentation to describe Qualcomm Limits Management Hardware node. Signed-off-by: Thara Gopinath <redacted> --- v4->v5: - Renam v3->v4: - Changed dt property qcom,lmh-cpu-id to qcom,lmh-cpu and made it a phandle pointing to the cpu node instead of a number as per Rob Herring's review comments. - Added suffix -millicelsius to all temperature properties as per Rob Herring's review comments. - Dropped unnecessary #includes in the example as pointed out by Bjorn. - Other minor fixes. .../devicetree/bindings/thermal/qcom-lmh.yaml | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/qcom-lmh.yaml
Reviewed-by: Rob Herring <robh@kernel.org>