aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/mlx-platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/mlx-platform.c')
-rw-r--r--drivers/platform/x86/mlx-platform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/platform/x86/mlx-platform.c b/drivers/platform/x86/mlx-platform.c
index 63edab558970..cdf4498579b1 100644
--- a/drivers/platform/x86/mlx-platform.c
+++ b/drivers/platform/x86/mlx-platform.c
@@ -1508,21 +1508,21 @@ static const struct dmi_system_id mlxplat_dmi_table[] __initconst = {
1508 .callback = mlxplat_dmi_qmb7xx_matched, 1508 .callback = mlxplat_dmi_qmb7xx_matched,
1509 .matches = { 1509 .matches = {
1510 DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"), 1510 DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"),
1511 DMI_MATCH(DMI_PRODUCT_NAME, "QMB7"), 1511 DMI_MATCH(DMI_PRODUCT_NAME, "MQM87"),
1512 }, 1512 },
1513 }, 1513 },
1514 { 1514 {
1515 .callback = mlxplat_dmi_qmb7xx_matched, 1515 .callback = mlxplat_dmi_qmb7xx_matched,
1516 .matches = { 1516 .matches = {
1517 DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"), 1517 DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"),
1518 DMI_MATCH(DMI_PRODUCT_NAME, "SN37"), 1518 DMI_MATCH(DMI_PRODUCT_NAME, "MSN37"),
1519 }, 1519 },
1520 }, 1520 },
1521 { 1521 {
1522 .callback = mlxplat_dmi_qmb7xx_matched, 1522 .callback = mlxplat_dmi_qmb7xx_matched,
1523 .matches = { 1523 .matches = {
1524 DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"), 1524 DMI_MATCH(DMI_BOARD_VENDOR, "Mellanox Technologies"),
1525 DMI_MATCH(DMI_PRODUCT_NAME, "SN34"), 1525 DMI_MATCH(DMI_PRODUCT_NAME, "MSN34"),
1526 }, 1526 },
1527 }, 1527 },
1528 { 1528 {