aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/Kconfig1
-rw-r--r--drivers/mfd/kempld-core.c11
2 files changed, 10 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 9b5e60564d97..b5fb03c109bc 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -364,6 +364,7 @@ config MFD_KEMPLD
364 * COMe-bIP# 364 * COMe-bIP#
365 * COMe-bPC2 (ETXexpress-PC) 365 * COMe-bPC2 (ETXexpress-PC)
366 * COMe-bSC# (ETXexpress-SC T#) 366 * COMe-bSC# (ETXexpress-SC T#)
367 * COMe-cBL6
367 * COMe-cBT6 368 * COMe-cBT6
368 * COMe-cCT6 369 * COMe-cCT6
369 * COMe-cDC2 (microETXexpress-DC) 370 * COMe-cDC2 (microETXexpress-DC)
diff --git a/drivers/mfd/kempld-core.c b/drivers/mfd/kempld-core.c
index f38ec424872e..61a1f9b2f39a 100644
--- a/drivers/mfd/kempld-core.c
+++ b/drivers/mfd/kempld-core.c
@@ -508,8 +508,15 @@ static struct dmi_system_id kempld_dmi_table[] __initdata = {
508 }, 508 },
509 .driver_data = (void *)&kempld_platform_data_generic, 509 .driver_data = (void *)&kempld_platform_data_generic,
510 .callback = kempld_create_platform_device, 510 .callback = kempld_create_platform_device,
511 }, 511 }, {
512 { 512 .ident = "CBL6",
513 .matches = {
514 DMI_MATCH(DMI_BOARD_VENDOR, "Kontron"),
515 DMI_MATCH(DMI_BOARD_NAME, "COMe-cBL6"),
516 },
517 .driver_data = (void *)&kempld_platform_data_generic,
518 .callback = kempld_create_platform_device,
519 }, {
513 .ident = "CCR2", 520 .ident = "CCR2",
514 .matches = { 521 .matches = {
515 DMI_MATCH(DMI_BOARD_VENDOR, "Kontron"), 522 DMI_MATCH(DMI_BOARD_VENDOR, "Kontron"),