Re: [PATCH v2 4/5] thermal: tsens: Add support for SDM845

From: Rob Herring
Date: Tue Jun 12 2018 - 15:29:09 EST


On Tue, Jun 12, 2018 at 01:54:56PM +0300, Amit Kucheria wrote:
> SDM845 uses the TSENS v2 IP block
>
> Signed-off-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 +

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/thermal/qcom/Makefile | 2 +-
> drivers/thermal/qcom/tsens-sdm845.c | 15 +++++++++++++++
> drivers/thermal/qcom/tsens.c | 3 +++
> drivers/thermal/qcom/tsens.h | 5 ++++-
> 5 files changed, 24 insertions(+), 2 deletions(-)
> create mode 100644 drivers/thermal/qcom/tsens-sdm845.c