Skip to content

Commit 0090869

Browse files
Heikki KrogerusFelipe Balbi
Heikki Krogerus
authored and
Felipe Balbi
committed
usb: dwc3: pci: add support for Intel IceLake
PCI IDs for Intel IceLake. Signed-off-by: Heikki Krogerus <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent ce397d2 commit 0090869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define PCI_DEVICE_ID_INTEL_GLK 0x31aa
3535
#define PCI_DEVICE_ID_INTEL_CNPLP 0x9dee
3636
#define PCI_DEVICE_ID_INTEL_CNPH 0xa36e
37+
#define PCI_DEVICE_ID_INTEL_ICLLP 0x34ee
3738

3839
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
3940
#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
@@ -289,6 +290,7 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
289290
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_GLK), },
290291
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CNPLP), },
291292
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_CNPH), },
293+
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICLLP), },
292294
{ PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_NL_USB), },
293295
{ } /* Terminating Entry */
294296
};

0 commit comments

Comments
 (0)