Skip to content

Commit 73ba00d

Browse files
LegoLivesMatterlag-linaro
authored andcommitted
mfd: 88pm886: Add GPADC cell
Add a cell for the PMIC's onboard General Purpose ADC. Acked-by: Karel Balej <[email protected]> # for the PMIC Signed-off-by: Duje Mihanović <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 800d2c6 commit 73ba00d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/88pm886.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ static const struct resource pm886_onkey_resources[] = {
3535
};
3636

3737
static const struct mfd_cell pm886_devs[] = {
38+
MFD_CELL_NAME("88pm886-gpadc"),
3839
MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
3940
MFD_CELL_NAME("88pm886-regulator"),
4041
MFD_CELL_NAME("88pm886-rtc"),

0 commit comments

Comments
 (0)