aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
diff options
context:
space:
mode:
authorThomas Richard <thomas.richard@bootlin.com>2025-03-18 11:36:52 +0100
committerLee Jones <lee@kernel.org>2025-03-21 11:34:08 +0000
commita8d1376568619d5b7fb867929b01eeaa59bb9097 (patch)
tree1c89a3d8d8b207062e2153d9671ecd7b76881297 /drivers
parentdt-bindings: mfd: syscon: Add microchip,sama7d65-sfrbu (diff)
downloadwireguard-linux-a8d1376568619d5b7fb867929b01eeaa59bb9097.tar.xz
wireguard-linux-a8d1376568619d5b7fb867929b01eeaa59bb9097.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/cgbc-core.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/cgbc-core.c b/drivers/mfd/cgbc-core.c
index 21cdb00bf7f2..4782ff1114a9 100644
--- a/drivers/mfd/cgbc-core.c
+++ b/drivers/mfd/cgbc-core.c
@@ -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);