Gesendet: Donnerstag, 16. Oktober 2025 um 16:21
Von: "Laura Nao" [off-list ref]
Betreff: [PATCH RESEND v3 0/9] Add thermal sensor driver support for Mediatek MT8196
This patch series extends the MediaTek LVTS thermal driver to support the
MT8196 SoC.
MT8196 requires a different implementation of the lvts_temp_to_raw()
function.
To support this, the series introduces:
- A new struct lvts_platform_ops to allow platform-specific
conversion logic between raw sensor values and temperature
- A variant of the lvts_temp_to_raw() implementation
- Platform data and controller definitions for MT8196
Hi
tested the series against mt7988 and mt7987 (support not yet upstreamed, so added the necessary fields for it to my 6.17 version)
and it does not break these boards.
Tested-by: Frank Wunderlich <redacted>
regards Frank