Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86/amd/pmc: Add 1Ah family series to STB support list

AMD newer platforms, (AMDI000A or family 1Ah series) also supports the STB
functionality. Add this to amd_pmc_is_stb_supported().

Signed-off-by: Sanket Goswami <Sanket.Goswami@amd.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20231228102104.1785383-6-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Shyam Sundar S K and committed by
Hans de Goede
d33e992e 9ae57d88

+1
+1
drivers/platform/x86/amd/pmc/pmc.c
··· 627 627 case AMD_CPU_ID_YC: 628 628 case AMD_CPU_ID_CB: 629 629 case AMD_CPU_ID_PS: 630 + case PCI_DEVICE_ID_AMD_1AH_M20H_ROOT: 630 631 return true; 631 632 default: 632 633 return false;