Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: 88pm886: Add the RTC cell

Add a MFD cell for the chip's Real-Time Clock (RTC).

Signed-off-by: Karel Balej <balejk@matfyz.cz>
Link: https://lore.kernel.org/r/20241012193345.18594-1-balejk@matfyz.cz
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Karel Balej and committed by
Lee Jones
156d87b6 c25e73d4

+1
+1
drivers/mfd/88pm886.c
··· 37 37 static struct mfd_cell pm886_devs[] = { 38 38 MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources), 39 39 MFD_CELL_NAME("88pm886-regulator"), 40 + MFD_CELL_NAME("88pm886-rtc"), 40 41 }; 41 42 42 43 static int pm886_power_off_handler(struct sys_off_data *sys_off_data)