File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
drivers/platform/x86/amd/pmc Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -764,6 +764,7 @@ static int amd_pmc_get_os_hint(struct amd_pmc_dev *dev)
764
764
case AMD_CPU_ID_CB :
765
765
case AMD_CPU_ID_PS :
766
766
case PCI_DEVICE_ID_AMD_1AH_M20H_ROOT :
767
+ case PCI_DEVICE_ID_AMD_1AH_M60H_ROOT :
767
768
return MSG_OS_HINT_RN ;
768
769
}
769
770
return - EINVAL ;
@@ -967,6 +968,7 @@ static const struct pci_device_id pmc_pci_ids[] = {
967
968
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_RV ) },
968
969
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_SP ) },
969
970
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M20H_ROOT ) },
971
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M60H_ROOT ) },
970
972
{ }
971
973
};
972
974
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ void amd_mp2_stb_deinit(struct amd_pmc_dev *dev);
67
67
#define AMD_CPU_ID_PS 0x14E8
68
68
#define AMD_CPU_ID_SP 0x14A4
69
69
#define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507
70
+ #define PCI_DEVICE_ID_AMD_1AH_M60H_ROOT 0x1122
70
71
#define PCI_DEVICE_ID_AMD_MP2_STB 0x172c
71
72
72
73
#endif /* PMC_H */
You can’t perform that action at this time.
0 commit comments