mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:09:29 +02:00
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:
@@ -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",
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user