diff mbox series

[v3,2/3] dt: thermal: tsens: Document compatible for MSM8976/56

Message ID 20191005104133.30297-3-kholk11@gmail.com (mailing list archive)
State New, archived
Headers show
Series Add TSENS support for MSM8956/76 | expand

Commit Message

AngeloGioacchino Del Regno Oct. 5, 2019, 10:41 a.m. UTC
From: AngeloGioacchino Del Regno <kholk11@gmail.com>

Support for MSM8976 and MSM8956 (having tsens ip version 1) has
been added to the qcom tsens driver: document the addition here.

Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
---
 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Amit Kucheria Oct. 7, 2019, 5:11 a.m. UTC | #1
On Sat, Oct 5, 2019 at 4:11 PM <kholk11@gmail.com> wrote:
>
> From: AngeloGioacchino Del Regno <kholk11@gmail.com>
>
> Support for MSM8976 and MSM8956 (having tsens ip version 1) has
> been added to the qcom tsens driver: document the addition here.
>
> Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>

Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
with the caveat that it needs my yaml conversion patch (part of tsens
irq series) to get merged first.

> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> index 23afc7bf5a44..eef13b9446a8 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -29,6 +29,7 @@ properties:
>        - description: v1 of TSENS
>          items:
>            - enum:
> +              - qcom,msm8976-tsens
>                - qcom,qcs404-tsens
>            - const: qcom,tsens-v1
>
> @@ -82,6 +83,7 @@ allOf:
>              enum:
>                - qcom,msm8916-tsens
>                - qcom,msm8974-tsens
> +              - qcom,msm8976-tsens
>                - qcom,qcs404-tsens
>                - qcom,tsens-v0_1
>                - qcom,tsens-v1
> --
> 2.21.0
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index 23afc7bf5a44..eef13b9446a8 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -29,6 +29,7 @@  properties:
       - description: v1 of TSENS
         items:
           - enum:
+              - qcom,msm8976-tsens
               - qcom,qcs404-tsens
           - const: qcom,tsens-v1
 
@@ -82,6 +83,7 @@  allOf:
             enum:
               - qcom,msm8916-tsens
               - qcom,msm8974-tsens
+              - qcom,msm8976-tsens
               - qcom,qcs404-tsens
               - qcom,tsens-v0_1
               - qcom,tsens-v1