Skip to content

Commit 0e05621

Browse files
mmindlag-linaro
authored andcommitted
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>
1 parent a95419f commit 0e05621

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/qnap-mcu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ static const struct qnap_mcu_variant qnap_ts433_mcu = {
333333
};
334334

335335
static struct mfd_cell qnap_mcu_cells[] = {
336+
{ .name = "qnap-mcu-eeprom", },
336337
{ .name = "qnap-mcu-input", },
337338
{ .name = "qnap-mcu-leds", },
338339
{ .name = "qnap-mcu-hwmon", }

0 commit comments

Comments
 (0)