[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241012193345.18594-1-balejk@matfyz.cz>
Date: Sat, 12 Oct 2024 21:31:38 +0200
From: Karel Balej <balejk@...fyz.cz>
To: Lee Jones <lee@...nel.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
linux-kernel@...r.kernel.org, linux-rtc@...r.kernel.org
Cc: duje.mihanovic@...le.hr, balejk@...fyz.cz, phone-devel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht
Subject: [RFC PATCH v2 1/2] mfd: 88pm886: add the RTC cell
Add a MFD cell for the chip's real-time clock.
Signed-off-by: Karel Balej <balejk@...fyz.cz>
---
Notes:
RFC v2:
- Break out the register definitions and reword the commit message
accordingly.
- RFC v1: https://lore.kernel.org/r/20240920161518.32346-1-balejk@matfyz.cz/
drivers/mfd/88pm886.c | 1 +
1 file changed, 1 insertion(+)
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)
--
2.47.0
Powered by blists - more mailing lists