[PATCH v2 09/15] dt-bindings: thermal: tsens: Add MSM8937 compatible

Barnabás Czémán posted 15 patches 3 weeks, 4 days ago
There is a newer version of this series
[PATCH v2 09/15] dt-bindings: thermal: tsens: Add MSM8937 compatible
Posted by Barnabás Czémán 3 weeks, 4 days ago
Document the compatible string for tsens v1.4 block found in MSM8937.

Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
---
 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index a12fddc8195500a0e7bdd51952a558890b35935c..f51656b672030b12ea0405fd392af11056093be7 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -39,6 +39,7 @@ properties:
       - description: v1 of TSENS
         items:
           - enum:
+              - qcom,msm8937-tsens
               - qcom,msm8956-tsens
               - qcom,msm8976-tsens
               - qcom,qcs404-tsens

-- 
2.47.0

Re: [PATCH v2 09/15] dt-bindings: thermal: tsens: Add MSM8937 compatible
Posted by Krzysztof Kozlowski 3 weeks, 3 days ago
On Thu, Oct 31, 2024 at 02:19:50AM +0100, Barnabás Czémán wrote:
> Document the compatible string for tsens v1.4 block found in MSM8937.
> 
> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof