File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 68
68
#define AMD_CPU_ID_RN 0x1630
69
69
#define AMD_CPU_ID_PCO AMD_CPU_ID_RV
70
70
#define AMD_CPU_ID_CZN AMD_CPU_ID_RN
71
+ #define AMD_CPU_ID_YC 0x14B5
71
72
72
73
#define PMC_MSG_DELAY_MIN_US 100
73
74
#define RESPONSE_REGISTER_LOOP_MAX 200
@@ -331,6 +332,7 @@ static int amd_pmc_get_os_hint(struct amd_pmc_dev *dev)
331
332
case AMD_CPU_ID_PCO :
332
333
return MSG_OS_HINT_PCO ;
333
334
case AMD_CPU_ID_RN :
335
+ case AMD_CPU_ID_YC :
334
336
return MSG_OS_HINT_RN ;
335
337
}
336
338
return - EINVAL ;
@@ -376,6 +378,7 @@ static const struct dev_pm_ops amd_pmc_pm_ops = {
376
378
};
377
379
378
380
static const struct pci_device_id pmc_pci_ids [] = {
381
+ { PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_YC ) },
379
382
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_CZN ) },
380
383
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_RN ) },
381
384
{ PCI_DEVICE (PCI_VENDOR_ID_AMD , AMD_CPU_ID_PCO ) },
@@ -470,6 +473,7 @@ static int amd_pmc_remove(struct platform_device *pdev)
470
473
static const struct acpi_device_id amd_pmc_acpi_ids [] = {
471
474
{"AMDI0005" , 0 },
472
475
{"AMDI0006" , 0 },
476
+ {"AMDI0007" , 0 },
473
477
{"AMD0004" , 0 },
474
478
{ }
475
479
};
You can’t perform that action at this time.
0 commit comments