[Public] > -----Original Message----- > From: S-k, Shyam-sundar <Shyam-sundar.S-k@xxxxxxx> > Sent: Wednesday, November 9, 2022 02:34 > To: hdegoede@xxxxxxxxxx; markgross@xxxxxxxxxx > Cc: Limonciello, Mario <Mario.Limonciello@xxxxxxx>; platform-driver- > x86@xxxxxxxxxxxxxxx; S-k, Shyam-sundar <Shyam-sundar.S-k@xxxxxxx> > Subject: [PATCH] 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. > > Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@xxxxxxx> Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx> Hans, As this is just a new ID it should be relatively low risk. The rest of this platform's enablement is in 6.0, would you also please consider to take this to: Cc: stable@xxxxxxxxxxxxxxx # 6.0 Thanks! > --- > drivers/platform/x86/amd/pmc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/platform/x86/amd/pmc.c > b/drivers/platform/x86/amd/pmc.c > index 96e790e639a2..febd798d1fa2 100644 > --- a/drivers/platform/x86/amd/pmc.c > +++ b/drivers/platform/x86/amd/pmc.c > @@ -964,6 +964,7 @@ static const struct acpi_device_id > amd_pmc_acpi_ids[] = { > {"AMDI0006", 0}, > {"AMDI0007", 0}, > {"AMDI0008", 0}, > + {"AMDI0009", 0}, > {"AMD0004", 0}, > {"AMD0005", 0}, > { } > -- > 2.25.1