File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
drivers/platform/x86/amd/pmf Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 41
41
#define AMD_CPU_ID_RMB 0x14b5
42
42
#define AMD_CPU_ID_PS 0x14e8
43
43
#define PCI_DEVICE_ID_AMD_1AH_M20H_ROOT 0x1507
44
+ #define PCI_DEVICE_ID_AMD_1AH_M60H_ROOT 0x1122
44
45
45
46
#define PMF_MSG_DELAY_MIN_US 50
46
47
#define RESPONSE_REGISTER_LOOP_MAX 20000
@@ -249,6 +250,7 @@ static const struct pci_device_id pmf_pci_ids[] = {
249
250
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_RMB ) },
250
251
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_PS ) },
251
252
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M20H_ROOT ) },
253
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , PCI_DEVICE_ID_AMD_1AH_M60H_ROOT ) },
252
254
{ }
253
255
};
254
256
@@ -382,6 +384,7 @@ static const struct acpi_device_id amd_pmf_acpi_ids[] = {
382
384
{"AMDI0102" , 0 },
383
385
{"AMDI0103" , 0 },
384
386
{"AMDI0105" , 0 },
387
+ {"AMDI0107" , 0 },
385
388
{ }
386
389
};
387
390
MODULE_DEVICE_TABLE (acpi , amd_pmf_acpi_ids );
You can’t perform that action at this time.
0 commit comments