Skip to content

Commit 1b09d08

Browse files
Shyam Sundar S Kij-intel
authored andcommitted
platform/x86/amd/pmf: Support new ACPI ID AMDI0108
Include the ACPI ID AMDI0108, which is used on upcoming AMD platforms, in the PMF driver's list of supported devices. Signed-off-by: Shyam Sundar S K <[email protected]> Reviewed-by: Mario Limonciello (AMD) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent d857d09 commit 1b09d08

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
@@ -403,6 +403,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
403403
{"AMDI0103", 0},
404404
{"AMDI0105", 0},
405405
{"AMDI0107", 0},
406+
{"AMDI0108", 0},
406407
{ }
407408
};
408409
MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);

0 commit comments

Comments
 (0)