Commit 0e056211 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Lee Jones
Browse files

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: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20251103232942.410386-3-heiko@sntech.de


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent a95419ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", }