From 4d9b49a4dfeb2dc904061067cf42b0fb0a38bd3f Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Tue, 18 Apr 2017 14:49:22 -0700 Subject: [PATCH] Blacklist IT8792E on AX370-Gaming K7 Accessing it may result in a system hang. Signed-off-by: Guenter Roeck --- it87.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/it87.c b/it87.c index 21e5724..538f6b6 100644 --- a/it87.c +++ b/it87.c @@ -3685,7 +3685,7 @@ struct it87_dmi_data { }; /* - * On Gigabyte AB350 boards, accesses to the Super-IO chip + * On Gigabyte AB350 and AX370 boards, accesses to the Super-IO chip * at address 0x4e/0x4f can result in a system hang. * Accesses to address 0x2e/0x2f need to be mutex protected. */ @@ -3721,6 +3721,13 @@ static const struct dmi_system_id it87_dmi_table[] __initconst = { }, .driver_data = &gigabyte_ab350_gaming, }, + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Gigabyte Technology Co., Ltd."), + DMI_MATCH(DMI_BOARD_NAME, "AX370-Gaming K7"), + }, + .driver_data = &gigabyte_ab350_gaming, + }, { .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "nVIDIA"), -- 2.39.2