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>