Re: [PATCH] platform/x86/amd/pmf: Add AMDI0112 ACPI ID

From: Mario Limonciello

Date: Mon Sep 14 2026 - 14:29:18 EST




On 8/26/26 11:36, Mario Limonciello wrote:
The AMDI0112 ID is used to bind the PMF driver to some platforms.
It doesn't have any Linux side code changes relative to the most
similar AMDI0105.

Cc: stable@xxxxxxxxxxxxxxx
Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>
---

Hi Ilpo,

I sent this a few weeks ago, just want to make sure it wasn't lost in the merge window and is still on your list.

Thanks!
drivers/platform/x86/amd/pmf/core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/amd/pmf/core.c b/drivers/platform/x86/amd/pmf/core.c
index b4eae65e675b8..5966190d1496b 100644
--- a/drivers/platform/x86/amd/pmf/core.c
+++ b/drivers/platform/x86/amd/pmf/core.c
@@ -454,6 +454,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
{"AMDI0107", 0},
{"AMDI0108", 0},
{"AMDI0109", 0},
+ {"AMDI0112", 0},
{ }
};
MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);

base-commit: 5b05bb3f6c5716fab6911e12d60dd1f43ad9806a