mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
mfd: mt6397-core: Add mt6323 EFUSE support
The mt6323 PMIC includes an EFUSE. Register the EFUSE 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) Link: https://patch.msgid.link/20260617-mt6323-nvmem-v2-3-4f30e36aa0f4@protonmail.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
6165900f39
commit
90d9f2988d
|
|
@ -125,6 +125,9 @@ static const struct resource mt6323_pwrc_resources[] = {
|
|||
|
||||
static const struct mfd_cell mt6323_devs[] = {
|
||||
{
|
||||
.name = "mt6323-efuse",
|
||||
.of_compatible = "mediatek,mt6323-efuse",
|
||||
}, {
|
||||
.name = "mt6323-rtc",
|
||||
.num_resources = ARRAY_SIZE(mt6323_rtc_resources),
|
||||
.resources = mt6323_rtc_resources,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user