mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
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:
parent
7e3ff67850
commit
a8d1376568
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user