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>
pull/1354/merge
Heiko Stuebner 2025-11-04 00:29:42 +01:00 committed by Lee Jones
parent a95419ff9f
commit 0e056211b8
1 changed files with 1 additions and 0 deletions

View 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", }