mfd: mt6397-core: Add mt6323 AUXADC support

The mt6323 PMIC includes an AUXADC. Register the AUXADC in the mt6323
devices array to allow the corresponding driver to probe using compatible
string.

Signed-off-by: Roman Vivchar <rva333@protonmail.com>
Tested-by: Ben Grisdale <bengris32@protonmail.ch> # Amazon Echo Dot (2nd Generation)
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20260709-mt6323-adc-v5-3-d11b8332a735@protonmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
Roman Vivchar
2026-07-30 14:33:12 +01:00
committed by Lee Jones
parent 412ce33fad
commit 1ae94ed761
+3
View File
@@ -125,6 +125,9 @@ static const struct resource mt6323_pwrc_resources[] = {
static const struct mfd_cell mt6323_devs[] = {
{
.name = "mt6323-auxadc",
.of_compatible = "mediatek,mt6323-auxadc",
}, {
.name = "mt6323-efuse",
.of_compatible = "mediatek,mt6323-efuse",
}, {