From: Aurelien Jarno Date: Sun, 2 Nov 2025 23:02:00 +0000 (+0100) Subject: mfd: simple-mfd-i2c: Add a reboot cell for the SpacemiT P1 chip X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25c80f08e54ef5298eb68866f755f35b59a26d2b;p=thirdparty%2Fkernel%2Flinux.git mfd: simple-mfd-i2c: Add a reboot cell for the SpacemiT P1 chip Add a "spacemit-p1-reboot" cell for the SpacemiT P1 chip. Signed-off-by: Aurelien Jarno Reviewed-by: Troy Mitchell Tested-by: Vincent Legoll # OrangePi-RV2 Link: https://patch.msgid.link/20251102230352.914421-3-aurelien@aurel32.net Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/simple-mfd-i2c.c b/drivers/mfd/simple-mfd-i2c.c index 7315fad618e44..52c81b18750e1 100644 --- a/drivers/mfd/simple-mfd-i2c.c +++ b/drivers/mfd/simple-mfd-i2c.c @@ -105,6 +105,7 @@ static const struct regmap_config spacemit_p1_regmap_config = { }; static const struct mfd_cell spacemit_p1_cells[] = { + { .name = "spacemit-p1-reboot", }, { .name = "spacemit-p1-regulator", }, { .name = "spacemit-p1-rtc", }, };