mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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 <aurelien@aurel32.net> Reviewed-by: Troy Mitchell <troy.mitchell@linux.spacemit.com> Tested-by: Vincent Legoll <legoll@online.fr> # OrangePi-RV2 Link: https://patch.msgid.link/20251102230352.914421-3-aurelien@aurel32.net Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
6a2cb13761
commit
25c80f08e5
|
|
@ -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", },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user