Skip to content

Commit 2caf739

Browse files
lumagdlezcano
authored andcommitted
thermal/drivers/tsens: Add compat string for the qcom,msm8960
On apq8064 (msm8960) platforms the tsens device is created manually by the gcc driver. Prepare the tsens driver for the qcom,msm8960-tsens device instantiated from the device tree. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20220406002648.393486-3-dmitry.baryshkov@linaro.org Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent a63fa2b commit 2caf739

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
@@ -979,6 +979,9 @@ static const struct of_device_id tsens_table[] = {
979979
}, {
980980
.compatible = "qcom,msm8939-tsens",
981981
.data = &data_8939,
982+
}, {
983+
.compatible = "qcom,msm8960-tsens",
984+
.data = &data_8960,
982985
}, {
983986
.compatible = "qcom,msm8974-tsens",
984987
.data = &data_8974,

0 commit comments

Comments
 (0)