mfd: qnap-mcu: Hook up the eeprom sub-device
From: Heiko Stuebner <heiko@...> Date: Wed, 17 Sep 2025 16:28:56 +0200
Commit-Message
Add the qnap-mcu-eeprom platform-driver as sub-device for the MCU. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
drivers/mfd/qnap-mcu.c | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
---------------------------- drivers/mfd/qnap-mcu.c ----------------------------
index 4ec1f4cf902f..2be429a50611 100644
@@ -264,6 +264,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", }