add LVTS support for mt7988
From: | Frank Wunderlich <linux-AT-fw-web.de> | |
To: | linux-mediatek-AT-lists.infradead.org | |
Subject: | [PATCH v2 0/4] add LVTS support for mt7988 | |
Date: | Wed, 20 Sep 2023 19:49:57 +0200 | |
Message-ID: | <20230920175001.47563-1-linux@fw-web.de> | |
Cc: | Frank Wunderlich <frank-w-AT-public-files.de>, "Rafael J. Wysocki" <rafael-AT-kernel.org>, Daniel Lezcano <daniel.lezcano-AT-linaro.org>, Amit Kucheria <amitk-AT-kernel.org>, Zhang Rui <rui.zhang-AT-intel.com>, Rob Herring <robh+dt-AT-kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt-AT-linaro.org>, Conor Dooley <conor+dt-AT-kernel.org>, Matthias Brugger <matthias.bgg-AT-gmail.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno-AT-collabora.com>, linux-pm-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, linux-arm-kernel-AT-lists.infradead.org | |
Archive-link: | Article |
From: Frank Wunderlich <frank-w@public-files.de> This series makes allows soc specific temperature coefficients and adds support for mt7988 which has a different one. Frank Wunderlich (4): dt-bindings: thermal: mediatek: add mt7988 lvts compatible dt-bindings: thermal: mediatek: Add LVTS thermal sensors for mt7988 thermal/drivers/mediatek/lvts_thermal: make coeff configurable thermal/drivers/mediatek/lvts_thermal: add mt7988 support .../thermal/mediatek,lvts-thermal.yaml | 1 + drivers/thermal/mediatek/lvts_thermal.c | 97 +++++++++++++++---- .../thermal/mediatek,lvts-thermal.h | 9 ++ 3 files changed, 90 insertions(+), 17 deletions(-) -- 2.34.1