lkml.org 
[lkml]   [2021]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v13 8/9] drivers: thermal: tsens: Add support for ipq8064-tsens
    Date
    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 --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c
    index 6da567de1db7..df04e96c2044 100644
    --- a/drivers/thermal/qcom/tsens.c
    +++ b/drivers/thermal/qcom/tsens.c
    @@ -963,6 +963,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,
    }, {
    --
    2.30.2
    \
     
     \ /
      Last update: 2021-03-24 22:45    [W:3.238 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site