Skip to content

Commit ab34012

Browse files
chadmedjannau
authored andcommitted
mfd: macsmc: Wire up Apple SMC input subdevice
Add the new SMC input function to the mfd device Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
1 parent cf58d23 commit ab34012

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
@@ -45,6 +45,7 @@
4545
#define SMC_TIMEOUT_MS 500
4646

4747
static const struct mfd_cell apple_smc_devs[] = {
48+
MFD_CELL_NAME("macsmc-input"),
4849
MFD_CELL_OF("macsmc-gpio", NULL, NULL, 0, 0, "apple,smc-gpio"),
4950
MFD_CELL_OF("macsmc-hwmon", NULL, NULL, 0, 0, "apple,smc-hwmon"),
5051
MFD_CELL_OF("macsmc-reboot", NULL, NULL, 0, 0, "apple,smc-reboot"),

0 commit comments

Comments
 (0)