[PATCH 0/6] Enable MSM8226 TSENS support

From: Matti Lehtimäki
Date: Sun May 07 2023 - 16:20:28 EST


Add support for tsens in MSM8226. Add qfprom compatible for MSM8226.
Add device tree nodes for qfprom, tsens and thermal zones for MSM8226.

Matti Lehtimäki (6):
dt-bindings: nvmem: qfprom: Add compatible for MSM8226
dt-bindings: thermal: tsens: Add compatible for MSM8226
thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226
ARM: dts: msm8226: Add qfprom node
ARM: dts: msm8226: Add tsens node and related nvmem cells
ARM: dts: msm8226: Add thermal zones node

.../bindings/nvmem/qcom,qfprom.yaml | 1 +
.../bindings/thermal/qcom-tsens.yaml | 1 +
arch/arm/boot/dts/qcom-msm8226.dtsi | 164 ++++++++++++++++++
drivers/thermal/qcom/tsens-v0_1.c | 27 ++-
drivers/thermal/qcom/tsens.c | 3 +
drivers/thermal/qcom/tsens.h | 2 +-
6 files changed, 196 insertions(+), 2 deletions(-)

--
2.34.1