Message ID | 20220627131415.2868938-1-stephan.gerhold@kernkonzept.com (mailing list archive) |
---|---|
Headers | show |
Series | thermal: qcom: tsens: Add data for MSM8909 | expand |
Hi Daniel, On Mon, Jun 27, 2022 at 03:14:12PM +0200, Stephan Gerhold wrote: > The MSM8909 SoC has 5 thermal sensors in a TSENS v0.1 block similar to > MSM8916. Add the data for MSM8909 to the existing tsens-v0_1.c driver > to make the thermal sensors work on MSM8909. Can you take a look at this series when you get a chance? It should be mostly straightforward since it's just another platform with code similar to the existing ones. The series still applies cleanly on latest thermal/linux-next. But just let me know if I should resend it anyway. :) Thanks! Stephan > > Stephan Gerhold (3): > dt-bindings: thermal: qcom-tsens: Drop redundant compatibles > dt-bindings: thermal: qcom-tsens: Add MSM8909 compatible > thermal: qcom: tsens: Add data for MSM8909 > > .../bindings/thermal/qcom-tsens.yaml | 6 +- > drivers/thermal/qcom/tsens-v0_1.c | 119 +++++++++++++++++- > drivers/thermal/qcom/tsens.c | 3 + > drivers/thermal/qcom/tsens.h | 2 +- > 4 files changed, 123 insertions(+), 7 deletions(-) > > -- > 2.30.2 >