platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

The MECHREVO Wujie 15X Pro suffers from spurious IRQ issues related to
the AMD PMC. Add it to the quirk list to use the spurious_8042 fix.

Signed-off-by: gongqi <550230171hxy@gmail.com>
Link: https://patch.msgid.link/20260122155501.376199-4-550230171hxy@gmail.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
gongqi 2026-01-22 23:55:00 +08:00 committed by Ilpo Järvinen
parent 39e9c376ac
commit 2b4e00d8e7
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View File

@ -302,6 +302,13 @@ static const struct dmi_system_id fwbug_list[] = {
DMI_MATCH(DMI_BOARD_NAME, "XxKK4NAx_XxSP4NAx"),
}
},
{
.ident = "MECHREVO Wujie 15X Pro",
.driver_data = &quirk_spurious_8042,
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "WUJIE Series-X5SP4NAG"),
}
},
{}
};