On Tue, Sep 13, 2022 at 01:10:28AM +0530, Bhupesh Sharma wrote: > Since there are several Qualcomm Thermal drivers now available > (for e.g. LMH, SPMI PMICs and TSENS) inside 'drivers/thermal/qcom' > directory, so it makes sense to list all the supported dt-bindings > YAML files here. > > Also, the entry header is updated to better reflect the same. > > Cc: Bjorn Andersson <andersson@xxxxxxxxxx> > Cc: Amit Kucheria <amitk@xxxxxxxxxx> > Cc: Thara Gopinath <thara.gopinath@xxxxxxxxx> > Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx> Reviewed-by: Bjorn Andersson <andersson@xxxxxxxxxx> > --- > MAINTAINERS | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d213a831133f..e72839f5629c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17043,12 +17043,16 @@ F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst > F: drivers/net/ethernet/qualcomm/rmnet/ > F: include/linux/if_rmnet.h > > -QUALCOMM TSENS THERMAL DRIVER > +QUALCOMM THERMAL DRIVERS (TSENS, LMH and SPMI PMIC) > M: Amit Kucheria <amitk@xxxxxxxxxx> > M: Thara Gopinath <thara.gopinath@xxxxxxxxx> > L: linux-pm@xxxxxxxxxxxxxxx > L: linux-arm-msm@xxxxxxxxxxxxxxx > S: Maintained > +F: Documentation/devicetree/bindings/thermal/qcom,spmi-temp-alarm.yaml > +F: Documentation/devicetree/bindings/thermal/qcom-lmh.yaml > +F: Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm-hc.yaml > +F: Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml > F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > F: drivers/thermal/qcom/ > > -- > 2.37.1 >