projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ebd098
)
thermal/drivers/tsens: Add support for ipq8064-tsens
author
Ansuel Smith
<ansuelsmth@gmail.com>
Tue, 20 Apr 2021 18:33:42 +0000
(20:33 +0200)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 22 Apr 2021 12:10:17 +0000
(14:10 +0200)
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
drivers/thermal/qcom/tsens.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/qcom/tsens.c
b/drivers/thermal/qcom/tsens.c
index 83e01cb370f93dcf17bc13edbda3e1e9285affbd..4c7ebd1d3f9c9537f89722f25d5962e58155c6b6 100644
(file)
--- a/
drivers/thermal/qcom/tsens.c
+++ b/
drivers/thermal/qcom/tsens.c
@@
-968,6
+968,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,mdm9607-tsens",
.data = &data_9607,
}, {