File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
drivers/platform/x86/amd/pmc Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -808,6 +808,7 @@ static const struct pci_device_id pmc_pci_ids[] = {
808
808
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_PCO ) },
809
809
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_RV ) },
810
810
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_SP ) },
811
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_SHP ) },
811
812
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M20H_ROOT ) },
812
813
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M60H_ROOT ) },
813
814
{ }
@@ -832,7 +833,7 @@ static int amd_pmc_probe(struct platform_device *pdev)
832
833
833
834
dev -> cpu_id = rdev -> device ;
834
835
835
- if (dev -> cpu_id == AMD_CPU_ID_SP ) {
836
+ if (dev -> cpu_id == AMD_CPU_ID_SP || dev -> cpu_id == AMD_CPU_ID_SHP ) {
836
837
dev_warn_once (dev -> dev , "S0i3 is not supported on this hardware\n" );
837
838
err = - ENODEV ;
838
839
goto err_pci_dev_put ;
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ void amd_mp2_stb_deinit(struct amd_pmc_dev *dev);
79
79
#define AMD_CPU_ID_CB 0x14D8
80
80
#define AMD_CPU_ID_PS 0x14E8
81
81
#define AMD_CPU_ID_SP 0x14A4
82
+ #define AMD_CPU_ID_SHP 0x153A
82
83
#define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507
83
84
#define PCI_DEVICE_ID_AMD_1AH_M60H_ROOT 0x1122
84
85
#define PCI_DEVICE_ID_AMD_MP2_STB 0x172c
You can’t perform that action at this time.
0 commit comments