[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250923131815.1898332-3-heiko@sntech.de>
Date: Tue, 23 Sep 2025 15:18:15 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: lee@...nel.org,
srini@...nel.org
Cc: linux-kernel@...r.kernel.org,
heiko@...ech.de
Subject: [PATCH v2 2/2] 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@...ech.de>
---
drivers/mfd/qnap-mcu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/qnap-mcu.c b/drivers/mfd/qnap-mcu.c
index 4ec1f4cf902f..2be429a50611 100644
--- a/drivers/mfd/qnap-mcu.c
+++ b/drivers/mfd/qnap-mcu.c
@@ -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", }
--
2.47.2
Powered by blists - more mailing lists