Message ID | 20210726131509.280913-7-kai.heng.feng@canonical.com |
---|---|
State | New |
Headers | show |
Series | [I/Unstable/OEM-5.13,01/10] platform/x86: amd-pmc: Fix command completion code | expand |
diff --git a/drivers/platform/x86/amd-pmc.c b/drivers/platform/x86/amd-pmc.c index 7f011c3f60f27..c5054fa2aed98 100644 --- a/drivers/platform/x86/amd-pmc.c +++ b/drivers/platform/x86/amd-pmc.c @@ -469,6 +469,7 @@ static int amd_pmc_remove(struct platform_device *pdev) static const struct acpi_device_id amd_pmc_acpi_ids[] = { {"AMDI0005", 0}, + {"AMDI0006", 0}, {"AMD0004", 0}, { } };