platform/x86/amd: pmc: Add new ACPI ID AMDI000B
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Fri, 10 May 2024 10:39:46 +0000 (16:09 +0530)
committerHans de Goede <hdegoede@redhat.com>
Tue, 14 May 2024 09:43:40 +0000 (11:43 +0200)
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>
drivers/platform/x86/amd/pmc/pmc.c

index 916a302e5614851366819d371715572835d3cc2a..a3d881f6e5d904dd4104ff8582b8a42c03188e4a 100644 (file)
@@ -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},
        { }