summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>2024-05-10 16:09:46 +0530
committerHans de Goede <hdegoede@redhat.com>2024-05-14 11:43:40 +0200
commitac0729c1258a12bbda6815ebf59a4910cf7c9097 (patch)
tree922086d9f16d511ffb784c094b3c79f50d36225a /drivers
parentd2ae6ed27e82dc10a4dc9f4da6bbedd2ca110773 (diff)
downloadlinux-stable-ac0729c1258a12bbda6815ebf59a4910cf7c9097.tar.gz
linux-stable-ac0729c1258a12bbda6815ebf59a4910cf7c9097.tar.bz2
linux-stable-ac0729c1258a12bbda6815ebf59a4910cf7c9097.zip
platform/x86/amd: pmc: Add new ACPI ID AMDI000B
Add new ACPI ID AMDI000B used by upcoming AMD platform to the PMC supported list of devices. Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://lore.kernel.org/r/20240510103946.877307-1-Shyam-sundar.S-k@amd.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/x86/amd/pmc/pmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/amd/pmc/pmc.c b/drivers/platform/x86/amd/pmc/pmc.c
index 916a302e5614..a3d881f6e5d9 100644
--- a/drivers/platform/x86/amd/pmc/pmc.c
+++ b/drivers/platform/x86/amd/pmc/pmc.c
@@ -1136,6 +1136,7 @@ static const struct acpi_device_id amd_pmc_acpi_ids[] = {
{"AMDI0008", 0},
{"AMDI0009", 0},
{"AMDI000A", 0},
+ {"AMDI000B", 0},
{"AMD0004", 0},
{"AMD0005", 0},
{ }