From: Heiko Stuebner Date: Mon, 3 Nov 2025 23:29:42 +0000 (+0100) Subject: mfd: qnap-mcu: Hook up the EEPROM sub-device X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e056211b8c92b9a051915afbc0409bc1cadc341;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20251103232942.410386-3-heiko@sntech.de Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/qnap-mcu.c b/drivers/mfd/qnap-mcu.c index 6bbf8334caa45..f81c69f222545 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", }