[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250829-88pm886-gpadc-v1-2-f60262266fea@dujemihanovic.xyz>
Date: Fri, 29 Aug 2025 00:17:42 +0200
From: Duje Mihanović <duje@...emihanovic.xyz>
To: Jonathan Cameron <jic23@...nel.org>,
David Lechner <dlechner@...libre.com>,
Nuno Sá <nuno.sa@...log.com>,
Andy Shevchenko <andy@...nel.org>, Karel Balej <balejk@...fyz.cz>,
Lee Jones <lee@...nel.org>
Cc: David Wronek <david@...nlining.org>, phone-devel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht, linux-kernel@...r.kernel.org,
linux-iio@...r.kernel.org,
Duje Mihanović <duje@...emihanovic.xyz>
Subject: [PATCH 2/2] mfd: 88pm886: Add GPADC cell
Add a cell for the PMIC's onboard General Purpose ADC.
Signed-off-by: Duje Mihanović <duje@...emihanovic.xyz>
---
drivers/mfd/88pm886.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/88pm886.c b/drivers/mfd/88pm886.c
index 39dd9a818b0f0e1e5839f76768ff54940f4cefa5..dd7a563152e5f845b7d6cd2ed582577c322c91eb 100644
--- a/drivers/mfd/88pm886.c
+++ b/drivers/mfd/88pm886.c
@@ -38,6 +38,7 @@ static const struct mfd_cell pm886_devs[] = {
MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
MFD_CELL_NAME("88pm886-regulator"),
MFD_CELL_NAME("88pm886-rtc"),
+ MFD_CELL_NAME("88pm886-gpadc"),
};
static int pm886_power_off_handler(struct sys_off_data *sys_off_data)
--
2.51.0
Powered by blists - more mailing lists