Skip to content

Commit a8d1376

Browse files
thom24lag-linaro
authored andcommitted
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>
1 parent 7e3ff67 commit a8d1376

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/mfd/cgbc-core.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ static const struct dmi_system_id cgbc_dmi_table[] __initconst = {
385385
DMI_MATCH(DMI_BOARD_NAME, "conga-SA7"),
386386
},
387387
},
388+
{
389+
.ident = "SA8",
390+
.matches = {
391+
DMI_MATCH(DMI_BOARD_VENDOR, "congatec"),
392+
DMI_MATCH(DMI_BOARD_NAME, "conga-SA8"),
393+
},
394+
},
388395
{}
389396
};
390397
MODULE_DEVICE_TABLE(dmi, cgbc_dmi_table);

0 commit comments

Comments
 (0)