From: Antti Laakso <antti.laakso@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: platform-driver-x86@vger.kernel.org,
sakari.ailus@linux.intel.com, dan.scally@ideasonboard.com,
hansg@kernel.org, ilpo.jarvinen@linux.intel.com,
antti.laakso@linux.intel.com
Subject: [PATCH 1/2] platform/x86: int3472: Match MSI laptop board name
Date: Thu, 19 Mar 2026 17:50:30 +0200 [thread overview]
Message-ID: <20260319155031.1989179-1-antti.laakso@linux.intel.com> (raw)
Ensure MSI system is correct by checking board name too.
Signed-off-by: Antti Laakso <antti.laakso@linux.intel.com>
---
drivers/platform/x86/intel/int3472/tps68470_board_data.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/intel/int3472/tps68470_board_data.c b/drivers/platform/x86/intel/int3472/tps68470_board_data.c
index c1ddbf9a82c0..e65067358301 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,
},
base-commit: d29c44f16beb1219825461efab46026deb1d4af5
--
2.53.0
next reply other threads:[~2026-03-19 15:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 15:50 Antti Laakso [this message]
2026-03-19 15:50 ` [PATCH 2/2] platform/x86: int3472: Add more MSI AI evo laptops Antti Laakso
2026-03-25 10:29 ` Dan Scally
2026-03-25 10:26 ` [PATCH 1/2] platform/x86: int3472: Match MSI laptop board name Dan Scally
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260319155031.1989179-1-antti.laakso@linux.intel.com \
--to=antti.laakso@linux.intel.com \
--cc=dan.scally@ideasonboard.com \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-media@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox