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 51
51
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
52
52
#define PCI_DEVICE_ID_INTEL_MTLS 0x7f6f
53
53
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
54
+ #define PCI_DEVICE_ID_INTEL_ARLH 0x7ec1
55
+ #define PCI_DEVICE_ID_INTEL_ARLH_PCH 0x777e
54
56
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
55
57
#define PCI_DEVICE_ID_AMD_MR 0x163a
56
58
@@ -421,6 +423,8 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
421
423
{ PCI_DEVICE_DATA (INTEL , MTLP , & dwc3_pci_intel_swnode ) },
422
424
{ PCI_DEVICE_DATA (INTEL , MTL , & dwc3_pci_intel_swnode ) },
423
425
{ PCI_DEVICE_DATA (INTEL , MTLS , & dwc3_pci_intel_swnode ) },
426
+ { PCI_DEVICE_DATA (INTEL , ARLH , & dwc3_pci_intel_swnode ) },
427
+ { PCI_DEVICE_DATA (INTEL , ARLH_PCH , & dwc3_pci_intel_swnode ) },
424
428
{ PCI_DEVICE_DATA (INTEL , TGL , & dwc3_pci_intel_swnode ) },
425
429
426
430
{ PCI_DEVICE_DATA (AMD , NL_USB , & dwc3_pci_amd_swnode ) },
You can’t perform that action at this time.
0 commit comments