Re: [PATCH v4 07/15] dt-bindings: thermal: tsens: Convert over to a yaml schema

From: Rob Herring
Date: Fri Sep 27 2019 - 12:29:32 EST


On Fri, 20 Sep 2019 14:52:22 -0700, Amit Kucheria wrote:
> Older IP only supports the 'uplow' interrupt, but newer IP supports
> 'uplow' and 'critical' interrupts. Document interrupt support in the
> tsens driver by converting over to a YAML schema.
>
> Suggested-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> Signed-off-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx>
> ---
> .../bindings/thermal/qcom-tsens.txt | 55 ------
> .../bindings/thermal/qcom-tsens.yaml | 168 ++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 169 insertions(+), 55 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/thermal/qcom-tsens.txt
> create mode 100644 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>