Re: [PATCH v2 0/2] lvts_thermal: Make reset optional for MT8196
Daniel Lezcano <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.power-management.general,gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.mediatek |
|---|---|
| Message-ID | <[email protected]> |
On 7/21/26 12:52, AngeloGioacchino Del Regno wrote: > Changes in v2: > - Added change in bindings to allow resets to be optional on MT8196 > - Made the code change simpler and without paranoid nonsense checks > > AngeloGioacchino Del Regno (2): > dt-bindings: thermal: mediatek: Make resets optional for MT8196 > thermal/drivers/mediatek/lvts_thermal: Make reset optional for MT8196 > > .../bindings/thermal/mediatek,lvts-thermal.yaml | 13 ++++++++++++- > drivers/thermal/mediatek/lvts_thermal.c | 15 ++++++++++++++- > 2 files changed, 26 insertions(+), 2 deletions(-) > Applied, thanks