diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2025-11-04 00:29:42 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-11-21 12:08:25 +0000 |
| commit | 0e056211b8c92b9a051915afbc0409bc1cadc341 (patch) | |
| tree | c3a035241d3b987cef4dfe201568a57aa62190c9 | |
| parent | a95419ff9f21d246835a8c6ba6f89c8916f7f0d6 (diff) | |
mfd: qnap-mcu: Hook up the EEPROM sub-device
Add the qnap-mcu-eeprom platform-driver as sub-device for the MCU.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20251103232942.410386-3-heiko@sntech.de
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | drivers/mfd/qnap-mcu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/qnap-mcu.c b/drivers/mfd/qnap-mcu.c index 6bbf8334caa4..f81c69f22254 100644 --- a/drivers/mfd/qnap-mcu.c +++ b/drivers/mfd/qnap-mcu.c @@ -333,6 +333,7 @@ static const struct qnap_mcu_variant qnap_ts433_mcu = { }; static struct mfd_cell qnap_mcu_cells[] = { + { .name = "qnap-mcu-eeprom", }, { .name = "qnap-mcu-input", }, { .name = "qnap-mcu-leds", }, { .name = "qnap-mcu-hwmon", } |