diff mbox series

[thermal,v15,8/9] drivers: thermal: tsens: Add support for ipq8064-tsens

Message ID 20210420183343.2272-9-ansuelsmth@gmail.com
State Accepted
Commit 6b3aeafbc12c18036809108e301efe8056249233
Headers show
Series [thermal,v15,1/9] drivers: thermal: tsens: Don't hardcode sensor slope | expand

Commit Message

Christian Marangi April 20, 2021, 6:33 p.m. UTC
Add support for tsens present in ipq806x SoCs based on generic msm8960
tsens driver.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Reviewed-by: Thara Gopinath <thara.gopinath@linaro.org>
---
 drivers/thermal/qcom/tsens.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c
index be0c5931f..56b505f35 100644
--- a/drivers/thermal/qcom/tsens.c
+++ b/drivers/thermal/qcom/tsens.c
@@ -966,6 +966,9 @@  static SIMPLE_DEV_PM_OPS(tsens_pm_ops, tsens_suspend, tsens_resume);
 
 static const struct of_device_id tsens_table[] = {
 	{
+		.compatible = "qcom,ipq8064-tsens",
+		.data = &data_8960,
+	}, {
 		.compatible = "qcom,msm8916-tsens",
 		.data = &data_8916,
 	}, {