[PATCH 4/4] mfd: ntxec: register battery subdevice.
Josua Mayer
josua.mayer at jm0.eu
Fri Jan 2 10:00:33 PST 2026
Add Netronix EC battery driver as subdevice.
Signed-off-by: Josua Mayer <josua.mayer at jm0.eu>
---
drivers/mfd/ntxec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/ntxec.c b/drivers/mfd/ntxec.c
index 08c68de0f01b..d5059b8862aa 100644
--- a/drivers/mfd/ntxec.c
+++ b/drivers/mfd/ntxec.c
@@ -139,6 +139,7 @@ static const struct regmap_config regmap_config = {
static const struct mfd_cell ntxec_subdev[] = {
{ .name = "ntxec-rtc" },
{ .name = "ntxec-pwm" },
+ { .name = "ntxec-battery" },
};
static const struct mfd_cell ntxec_subdev_pwm[] = {
--
2.43.0
More information about the linux-arm-kernel
mailing list