diff options
author | Shyam Sundar S K <Shyam-sundar.S-k@amd.com> | 2022-11-09 09:33:46 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-11-15 16:49:41 +0100 |
commit | 6412518f5cb953cbd84b6746db9741bfc92be40a (patch) | |
tree | ad14c990e81bd3a45a2222a969418e8c15fa85d6 /drivers/platform/x86/amd | |
parent | platform/x86/amd: pmc: Remove more CONFIG_DEBUG_FS checks (diff) | |
download | linux-6412518f5cb953cbd84b6746db9741bfc92be40a.tar.xz linux-6412518f5cb953cbd84b6746db9741bfc92be40a.zip |
platform/x86/amd: pmc: Add new ACPI ID AMDI0009
Add new a new ACPI ID AMDI0009 used by upcoming AMD platform to the pmc
supported list of devices.
Cc: stable@vger.kernel.org # 6.0
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20221109083346.361603-1-Shyam-sundar.S-k@amd.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/amd')
-rw-r--r-- | drivers/platform/x86/amd/pmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/amd/pmc.c b/drivers/platform/x86/amd/pmc.c index 3b44f2fff5be..ef4ae977b8e0 100644 --- a/drivers/platform/x86/amd/pmc.c +++ b/drivers/platform/x86/amd/pmc.c @@ -962,6 +962,7 @@ static const struct acpi_device_id amd_pmc_acpi_ids[] = { {"AMDI0006", 0}, {"AMDI0007", 0}, {"AMDI0008", 0}, + {"AMDI0009", 0}, {"AMD0004", 0}, {"AMD0005", 0}, { } |