mfd: cgbc-core: Add support for conga-SA8

Add Board Controller support for the conga-SA8 module.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://lore.kernel.org/r/20250318-b4-cgbc-sa8-support-v1-1-6ae9ec443c05@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
Thomas Richard 2025-03-18 11:36:52 +01:00 committed by Lee Jones
parent 7e3ff67850
commit a8d1376568

View File

@ -385,6 +385,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);