platform/x86/amd: pmc: Add new ACPI ID AMDI0009
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Wed, 9 Nov 2022 08:33:46 +0000 (14:03 +0530)
committerHans de Goede <hdegoede@redhat.com>
Tue, 15 Nov 2022 15:49:41 +0000 (16:49 +0100)
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>
drivers/platform/x86/amd/pmc.c

index 3b44f2f..ef4ae97 100644 (file)
@@ -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},
        { }