summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Balej <balejk@matfyz.cz>2024-10-12 21:31:38 +0200
committerLee Jones <lee@kernel.org>2024-11-12 14:45:03 +0000
commit156d87b679a565a166da4a7ce892cb87f6317faf (patch)
treea186a47958fbd2fdd9f94dd8a0a212cb039cc2d3
parentc25e73d45d530f7285477f9ad59f03808c1284a3 (diff)
downloadlwn-156d87b679a565a166da4a7ce892cb87f6317faf.tar.gz
lwn-156d87b679a565a166da4a7ce892cb87f6317faf.zip
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>
-rw-r--r--drivers/mfd/88pm886.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/88pm886.c b/drivers/mfd/88pm886.c
index dbe9efc027d2..891fdce5d8c1 100644
--- a/drivers/mfd/88pm886.c
+++ b/drivers/mfd/88pm886.c
@@ -37,6 +37,7 @@ static struct resource pm886_onkey_resources[] = {
static struct mfd_cell pm886_devs[] = {
MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
MFD_CELL_NAME("88pm886-regulator"),
+ MFD_CELL_NAME("88pm886-rtc"),
};
static int pm886_power_off_handler(struct sys_off_data *sys_off_data)