projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3ff67
)
mfd: cgbc-core: Add support for conga-SA8
author
Thomas Richard
<thomas.richard@bootlin.com>
Tue, 18 Mar 2025 10:36:52 +0000
(11:36 +0100)
committer
Lee Jones
<lee@kernel.org>
Fri, 21 Mar 2025 11:34:08 +0000
(11:34 +0000)
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>
drivers/mfd/cgbc-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/cgbc-core.c
b/drivers/mfd/cgbc-core.c
index
21cdb00
..
4782ff1
100644
(file)
--- 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);