[SRU][R][PATCH 1/1] UBUNTU: SAUCE: platform/x86/amd/pmf: Add AMDI0112 ACPI ID

Yo-Jung Leo Lin (AMD) Leo.Lin at amd.com
Mon Sep 14 11:19:51 UTC 2026


From: Mario Limonciello <mario.limonciello at amd.com>

BugLink: https://bugs.launchpad.net/bugs/2165251

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 at vger.kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>
(backported from https://lore.kernel.org/platform-driver-x86/20260826163611.2268377-1-mario.limonciello@amd.com/)
[0xff07: adjust context so that it fits PMF ID table in 7.0]
Signed-off-by: Yo-Jung Leo Lin (AMD) <Leo.Lin at amd.com>
---
 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 b9e5a2cf3aae8..aa1c2dd079f6f 100644
--- a/drivers/platform/x86/amd/pmf/core.c
+++ b/drivers/platform/x86/amd/pmf/core.c
@@ -543,6 +543,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
 	{"AMDI0105", 0},
 	{"AMDI0107", 0},
 	{"AMDI0108", 0},
+	{"AMDI0112", 0},
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, amd_pmf_acpi_ids);
-- 
2.43.0




More information about the kernel-team mailing list