[PATCH v5 3/4] mfd: mt6397-core: add mt6323 AUXADC support

From: Roman Vivchar via B4 Relay

Date: Thu Jul 09 2026 - 06:53:25 EST


From: Roman Vivchar <rva333@xxxxxxxxxxxxxx>

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

Tested-by: Ben Grisdale <bengris32@xxxxxxxxxxxxx> # Amazon Echo Dot (2nd Generation)
Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>
Acked-by: Lee Jones <lee@xxxxxxxxxx>
Signed-off-by: Roman Vivchar <rva333@xxxxxxxxxxxxxx>
---
drivers/mfd/mt6397-core.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
index ea1d039477e3..9ec951996588 100644
--- a/drivers/mfd/mt6397-core.c
+++ b/drivers/mfd/mt6397-core.c
@@ -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",
}, {

--
2.54.0