[PATCH] mfd: cgbc-core: Add support for conga-SA8

From: Thomas Richard
Date: Tue Mar 18 2025 - 06:37:37 EST


Add Board Controller support for the conga-SA8 module.

Signed-off-by: Thomas Richard <thomas.richard@xxxxxxxxxxx>
---
drivers/mfd/cgbc-core.c | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/drivers/mfd/cgbc-core.c b/drivers/mfd/cgbc-core.c
index 85283c8dde253..1687a3b0289d1 100644
--- a/drivers/mfd/cgbc-core.c
+++ b/drivers/mfd/cgbc-core.c
@@ -384,6 +384,13 @@ static const struct dmi_system_id cgbc_dmi_table[] __initconst = {
DMI_MATCH(DMI_BOARD_NAME, "conga-SA7"),
},
},
+ {
+ .ident = "SA8",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "congatec"),
+ DMI_MATCH(DMI_BOARD_NAME, "conga-SA8"),
+ },
+ },
{}
};
MODULE_DEVICE_TABLE(dmi, cgbc_dmi_table);

---
base-commit: 80e54e84911a923c40d7bee33a34c1b4be148d7a
change-id: 20250228-b4-cgbc-sa8-support-83ef9348aedc

Best regards,
--
Thomas Richard <thomas.richard@xxxxxxxxxxx>