]> Gentwo Git Trees - linux/.git/commitdiff
mfd: qnap-mcu: Hook up the EEPROM sub-device
authorHeiko Stuebner <heiko@sntech.de>
Mon, 3 Nov 2025 23:29:42 +0000 (00:29 +0100)
committerLee Jones <lee@kernel.org>
Fri, 21 Nov 2025 12:08:25 +0000 (12:08 +0000)
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>
drivers/mfd/qnap-mcu.c

index 6bbf8334caa454e7e80f07e04168391591a27364..f81c69f222545c4039ab6843db8968b0c08c1e7f 100644 (file)
@@ -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", }