Skip to content

Commit 17bb704

Browse files
tuxedo-wserafaeljw
authored andcommitted
ACPI: resource: Do IRQ override on all TongFang GMxRGxx
Apply commit 7592b79 ("ACPI: resource: do IRQ override on XMG Core 15") override for all vendors using this mainboard. Signed-off-by: Werner Sembach <[email protected]> Fixes: 9946e39 ("ACPI: resource: skip IRQ override on AMD Zen platforms") Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent cb18703 commit 17bb704

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

drivers/acpi/resource.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,11 +467,10 @@ static const struct dmi_system_id lenovo_laptop[] = {
467467
{ }
468468
};
469469

470-
static const struct dmi_system_id schenker_gm_rg[] = {
470+
static const struct dmi_system_id tongfang_gm_rg[] = {
471471
{
472-
.ident = "XMG CORE 15 (M22)",
472+
.ident = "TongFang GMxRGxx/XMG CORE 15 (M22)/TUXEDO Stellaris 15 Gen4 AMD",
473473
.matches = {
474-
DMI_MATCH(DMI_SYS_VENDOR, "SchenkerTechnologiesGmbH"),
475474
DMI_MATCH(DMI_BOARD_NAME, "GMxRGxx"),
476475
},
477476
},
@@ -510,7 +509,7 @@ static const struct irq_override_cmp override_table[] = {
510509
{ asus_laptop, 1, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, false },
511510
{ lenovo_laptop, 6, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, true },
512511
{ lenovo_laptop, 10, ACPI_LEVEL_SENSITIVE, ACPI_ACTIVE_LOW, 0, true },
513-
{ schenker_gm_rg, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
512+
{ tongfang_gm_rg, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
514513
{ maingear_laptop, 1, ACPI_EDGE_SENSITIVE, ACPI_ACTIVE_LOW, 1, true },
515514
};
516515

0 commit comments

Comments
 (0)