]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
platform/x86/amd/pmf: Support new ACPI ID AMDI0108
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Mon, 15 Sep 2025 09:05:46 +0000 (14:35 +0530)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 16 Sep 2025 08:27:42 +0000 (11:27 +0300)
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 <Shyam-sundar.S-k@amd.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Link: https://patch.msgid.link/20250915090546.2759130-1-Shyam-sundar.S-k@amd.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/pmf/core.c

index ef988605c4da63d9cb04a94359e85cb07bae7b4a..bc544a4a5266eeea42b824b7b48b0cda29b5674f 100644 (file)
@@ -403,6 +403,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
        {"AMDI0103", 0},
        {"AMDI0105", 0},
        {"AMDI0107", 0},
+       {"AMDI0108", 0},
        { }
 };
 MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);