Skip to content

Commit bad0d1d

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: dwc3: pci: Add support for Intel Raptor Lake
This adds the necessary PCI device ID for the controller inside the Intel Raptor Lake CPU block. The controllers that are part of the PCH (chipset) have separate device IDs. Cc: [email protected] Signed-off-by: Heikki Krogerus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1b1b672 commit bad0d1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#define PCI_DEVICE_ID_INTEL_ADLP 0x51ee
4545
#define PCI_DEVICE_ID_INTEL_ADLM 0x54ee
4646
#define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1
47+
#define PCI_DEVICE_ID_INTEL_RPL 0x460e
4748
#define PCI_DEVICE_ID_INTEL_RPLS 0x7a61
4849
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
4950
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
@@ -456,6 +457,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
456457
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ADLS),
457458
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
458459

460+
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_RPL),
461+
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
462+
459463
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_RPLS),
460464
(kernel_ulong_t) &dwc3_pci_intel_swnode, },
461465

0 commit comments

Comments
 (0)