diff options
author | Shyam Sundar S K <[email protected]> | 2022-11-09 14:03:46 +0530 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2022-11-15 16:49:41 +0100 |
commit | 6412518f5cb953cbd84b6746db9741bfc92be40a (patch) | |
tree | ad14c990e81bd3a45a2222a969418e8c15fa85d6 | |
parent | a5b5fb0fc47ddc7d1ed6a0365197639a01bc1f3a (diff) |
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: [email protected] # 6.0
Signed-off-by: Shyam Sundar S K <[email protected]>
Reviewed-by: Mario Limonciello <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-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}, { } |