This patch series adds support for the thermal controller on MediaTek MT8189 SoC.
Patch 1 adds the device tree node for the MT8189 thermal controller.
Patch 2 adds MT8189 support to the LVTS thermal driver.
Link to v1: https://lore.kernel.org/all/20251110094113.3965182-1-hanchien.lin@mediatek.com/
Changes in v2:
- Change reset functions from devm_reset_control_get_by_index to devm_reset_control_get_exclusive from reviewers comment.
- Change some use of line breaks and commas for coding style from other mediatek drivers.
Hanchien Lin (2):
arm64: dts: mediatek: mt8189: Add thermal controller node
thermal/drivers/mediatek/lvts_thermal: Add MT8189 support
.../thermal/mediatek,lvts-thermal.yaml | 27 +++-
drivers/thermal/mediatek/lvts_thermal.c | 151 ++++++++++++++++--
.../thermal/mediatek,lvts-thermal.h | 20 +++
3 files changed, 185 insertions(+), 13 deletions(-)
--
2.45.2
Thanks,
Hanchien Lin <hanchien.lin@mediatek.com>