diff options
| author | Shyam Sundar S K <Shyam-sundar.S-k@amd.com> | 2025-09-15 14:35:46 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-12 13:01:02 +0200 |
| commit | 946ee6e4038f0499990433b8153aad275e51be8b (patch) | |
| tree | 5475e203792aa3f6cd95d34fbffb2b4d13cfdc26 | |
| parent | c6dc023a4428e96b55a1fa73e8196abce7d956ef (diff) | |
| download | linux-946ee6e4038f0499990433b8153aad275e51be8b.tar.gz linux-946ee6e4038f0499990433b8153aad275e51be8b.tar.bz2 linux-946ee6e4038f0499990433b8153aad275e51be8b.zip | |
platform/x86/amd/pmf: Support new ACPI ID AMDI0108
[ Upstream commit 1b09d08866277677d11726116f5e786d5ba00173 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
| -rw-r--r-- | drivers/platform/x86/amd/pmf/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/amd/pmf/core.c b/drivers/platform/x86/amd/pmf/core.c index ef988605c4da..bc544a4a5266 100644 --- a/drivers/platform/x86/amd/pmf/core.c +++ b/drivers/platform/x86/amd/pmf/core.c @@ -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); |
