diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index b36b8592667d..cb51b06ca18c 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -615,6 +615,17 @@ static const struct dmi_system_id lg_laptop[] = { DMI_MATCH(DMI_BOARD_NAME, "GMxHGxx"), }, }, + { + /* + * TongFang GM5HG0A in case of the SKIKK Vanaheim relabel the + * board-name is changed, so check OEM strings instead. Note + * OEM string matches are always exact matches. + * https://bugzilla.kernel.org/show_bug.cgi?id=219614 + */ + .matches = { + DMI_EXACT_MATCH(DMI_OEM_STRING, "GM5HG0A"), + }, + }, { } };