diff options
| author | James Calligeros <jcalligeros99@gmail.com> | 2025-12-15 19:37:47 +1000 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2026-01-22 14:22:32 +0000 |
| commit | 5dce1c0bff744fd3a3be2fbbfe13e1d264d1d45e (patch) | |
| tree | 75394e214c9b3255996ba26f743973082352df71 /drivers/mfd | |
| parent | 899c590a257269fa9e5d4fd69134496defe1851c (diff) | |
mfd: macsmc: Wire up Apple SMC hwmon subdevice
Add the SMC hwmon functionality 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-3-0518cb5f28ae@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd')
| -rw-r--r-- | drivers/mfd/macsmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/macsmc.c b/drivers/mfd/macsmc.c index 9099a7a22f1f..fa7b822d55bd 100644 --- a/drivers/mfd/macsmc.c +++ b/drivers/mfd/macsmc.c @@ -46,6 +46,7 @@ static const struct mfd_cell apple_smc_devs[] = { 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"), MFD_CELL_OF("macsmc-rtc", NULL, NULL, 0, 0, "apple,smc-rtc"), }; |
