mfd: macsmc: Wire up Apple SMC power driver
Add the cell for the macsmc-power driver so it is probed by the MFD core. Signed-off-by: Hector Martin <marcan@marcan.st> Reviewed-by: Neal Gompa <neal@gompa.dev> Reviewed-by: Sven Peter <sven@kernel.org> Signed-off-by: Michael Reeves <michael.reeves077@gmail.com> Link: https://patch.msgid.link/20260217-b4-macsmc-power-v7-2-4a4d63664362@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
a09506820a
commit
9abc081c94
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
|
||||
static const struct mfd_cell apple_smc_devs[] = {
|
||||
MFD_CELL_NAME("macsmc-input"),
|
||||
MFD_CELL_NAME("macsmc-power"),
|
||||
MFD_CELL_OF("macsmc-gpio", NULL, NULL, 0, 0, "apple,smc-gpio"),
|
||||
MFD_CELL_OF("macsmc-hwmon", NULL, NULL, 0, 0, "apple,smc-hwmon"),
|
||||
MFD_CELL_OF("macsmc-reboot", NULL, NULL, 0, 0, "apple,smc-reboot"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue