[PATCH v4 3/3] mfd: 88pm886: Add GPADC cell

Duje Mihanović posted 3 patches 3 weeks ago
[PATCH v4 3/3] mfd: 88pm886: Add GPADC cell
Posted by Duje Mihanović 3 weeks ago
From: Duje Mihanović <duje@dujemihanovic.xyz>

Add a cell for the PMIC's onboard General Purpose ADC.

Acked-by: Karel Balej <balejk@matfyz.cz> # for the PMIC
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
---
v2:
- Sort cell names
---
 drivers/mfd/88pm886.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/88pm886.c b/drivers/mfd/88pm886.c
index 39dd9a818b0f0e1e5839f76768ff54940f4cefa5..e411d8dee55420e10b6d7ad7069576c681360de1 100644
--- a/drivers/mfd/88pm886.c
+++ b/drivers/mfd/88pm886.c
@@ -35,6 +35,7 @@ static const struct resource pm886_onkey_resources[] = {
 };
 
 static const struct mfd_cell pm886_devs[] = {
+	MFD_CELL_NAME("88pm886-gpadc"),
 	MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
 	MFD_CELL_NAME("88pm886-regulator"),
 	MFD_CELL_NAME("88pm886-rtc"),

-- 
2.51.0

Re: (subset) [PATCH v4 3/3] mfd: 88pm886: Add GPADC cell
Posted by Lee Jones 2 weeks, 2 days ago
On Thu, 11 Sep 2025 14:43:46 +0200, Duje Mihanović wrote:
> Add a cell for the PMIC's onboard General Purpose ADC.
> 
> 

Applied, thanks!

[3/3] mfd: 88pm886: Add GPADC cell
      commit: 5a30f3de5b458f335b49523e72010078b2c22923

--
Lee Jones [李琼斯]