Skip to content

Commit 6b3aeaf

Browse files
Ansueldlezcano
authored andcommitted
thermal/drivers/tsens: Add support for ipq8064-tsens
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> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20210420183343.2272-9-ansuelsmth@gmail.com
1 parent 2ebd098 commit 6b3aeaf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/thermal/qcom/tsens.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,9 @@ static SIMPLE_DEV_PM_OPS(tsens_pm_ops, tsens_suspend, tsens_resume);
968968

969969
static const struct of_device_id tsens_table[] = {
970970
{
971+
.compatible = "qcom,ipq8064-tsens",
972+
.data = &data_8960,
973+
}, {
971974
.compatible = "qcom,mdm9607-tsens",
972975
.data = &data_9607,
973976
}, {

0 commit comments

Comments
 (0)