File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 96
96
#define AMD_CPU_ID_CB 0x14D8
97
97
#define AMD_CPU_ID_PS 0x14E8
98
98
#define AMD_CPU_ID_SP 0x14A4
99
+ #define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507
99
100
100
101
#define PMC_MSG_DELAY_MIN_US 50
101
102
#define RESPONSE_REGISTER_LOOP_MAX 20000
@@ -907,6 +908,7 @@ static const struct pci_device_id pmc_pci_ids[] = {
907
908
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_PCO ) },
908
909
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_RV ) },
909
910
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_SP ) },
911
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M20H_ROOT ) },
910
912
{ }
911
913
};
912
914
@@ -1098,6 +1100,7 @@ static const struct acpi_device_id amd_pmc_acpi_ids[] = {
1098
1100
{"AMDI0007" , 0 },
1099
1101
{"AMDI0008" , 0 },
1100
1102
{"AMDI0009" , 0 },
1103
+ {"AMDI000A" , 0 },
1101
1104
{"AMD0004" , 0 },
1102
1105
{"AMD0005" , 0 },
1103
1106
{ }
You can’t perform that action at this time.
0 commit comments