From: Antti Laakso Date: Thu, 19 Mar 2026 15:50:30 +0000 (+0200) Subject: platform/x86: int3472: Match MSI laptop board name X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ae04f36f752ad51343389d1ea8433dc8ff4ffa1e;p=thirdparty%2Fkernel%2Flinux.git platform/x86: int3472: Match MSI laptop board name Ensure MSI system is correct by checking board name too. Signed-off-by: Antti Laakso Reviewed-by: Daniel Scally Signed-off-by: Sakari Ailus --- diff --git a/drivers/platform/x86/intel/int3472/tps68470_board_data.c b/drivers/platform/x86/intel/int3472/tps68470_board_data.c index c1ddbf9a82c0b..e65067358301f 100644 --- a/drivers/platform/x86/intel/int3472/tps68470_board_data.c +++ b/drivers/platform/x86/intel/int3472/tps68470_board_data.c @@ -404,6 +404,7 @@ static const struct dmi_system_id int3472_tps68470_board_data_table[] = { .matches = { DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Micro-Star International Co., Ltd."), DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Prestige 14 AI+ Evo C2VMG"), + DMI_EXACT_MATCH(DMI_BOARD_NAME, "MS-14N3"), }, .driver_data = (void *)&msi_p14_ai_evo_tps68470_board_data, },