Skip to content

Commit d2ae6ed

Browse files
Shyam Sundar S Kjwrdegoede
authored andcommitted
platform/x86/amd: pmf: Add new ACPI ID AMDI0105
Add new ACPI ID AMDI0105 used by upcoming AMD platform to the PMF supported list of devices. Signed-off-by: Shyam Sundar S K <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 2c6370e commit d2ae6ed

File tree

1 file changed

+1
-0
lines changed
  • drivers/platform/x86/amd/pmf

1 file changed

+1
-0
lines changed

drivers/platform/x86/amd/pmf/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
381381
{"AMDI0100", 0x100},
382382
{"AMDI0102", 0},
383383
{"AMDI0103", 0},
384+
{"AMDI0105", 0},
384385
{ }
385386
};
386387
MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);

0 commit comments

Comments
 (0)