Skip to content

Commit 899c590

Browse files
chadmedlag-linaro
authored andcommitted
mfd: macsmc: Wire up Apple SMC RTC subdevice
Add the new SMC RTC function to the mfd device Signed-off-by: James Calligeros <jcalligeros99@gmail.com> Reviewed-by: Neal Gompa <neal@gompa.dev> Link: https://patch.msgid.link/20251215-macsmc-subdevs-v6-2-0518cb5f28ae@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 4feb753 commit 899c590

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/macsmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
static const struct mfd_cell apple_smc_devs[] = {
4848
MFD_CELL_OF("macsmc-gpio", NULL, NULL, 0, 0, "apple,smc-gpio"),
4949
MFD_CELL_OF("macsmc-reboot", NULL, NULL, 0, 0, "apple,smc-reboot"),
50+
MFD_CELL_OF("macsmc-rtc", NULL, NULL, 0, 0, "apple,smc-rtc"),
5051
};
5152

5253
static int apple_smc_cmd_locked(struct apple_smc *smc, u64 cmd, u64 arg,

0 commit comments

Comments
 (0)