mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
mfd: 88pm886: Add GPADC cell
Add a cell for the PMIC's onboard General Purpose ADC. Acked-by: Karel Balej <balejk@matfyz.cz> # for the PMIC Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz> Link: https://lore.kernel.org/r/20250911-88pm886-gpadc-v4-3-60452710d3a0@dujemihanovic.xyz Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
800d2c631c
commit
73ba00d86a
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ static const struct resource pm886_onkey_resources[] = {
|
|||
};
|
||||
|
||||
static const struct mfd_cell pm886_devs[] = {
|
||||
MFD_CELL_NAME("88pm886-gpadc"),
|
||||
MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
|
||||
MFD_CELL_NAME("88pm886-regulator"),
|
||||
MFD_CELL_NAME("88pm886-rtc"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue