Skip to content

Commit 2bf35ea

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: dwc3: pci: add support for the Intel Panther Lake
This patch adds the necessary PCI IDs for Intel Panther Lake devices. Signed-off-by: Heikki Krogerus <[email protected]> Cc: stable <[email protected]> Acked-by: Thinh Nguyen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c7a5403 commit 2bf35ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
5555
#define PCI_DEVICE_ID_INTEL_ARLH_PCH 0x777e
5656
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
57+
#define PCI_DEVICE_ID_INTEL_PTLH 0xe332
58+
#define PCI_DEVICE_ID_INTEL_PTLH_PCH 0xe37e
59+
#define PCI_DEVICE_ID_INTEL_PTLU 0xe432
60+
#define PCI_DEVICE_ID_INTEL_PTLU_PCH 0xe47e
5761
#define PCI_DEVICE_ID_AMD_MR 0x163a
5862

5963
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
@@ -430,6 +434,10 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
430434
{ PCI_DEVICE_DATA(INTEL, MTLS, &dwc3_pci_intel_swnode) },
431435
{ PCI_DEVICE_DATA(INTEL, ARLH_PCH, &dwc3_pci_intel_swnode) },
432436
{ PCI_DEVICE_DATA(INTEL, TGL, &dwc3_pci_intel_swnode) },
437+
{ PCI_DEVICE_DATA(INTEL, PTLH, &dwc3_pci_intel_swnode) },
438+
{ PCI_DEVICE_DATA(INTEL, PTLH_PCH, &dwc3_pci_intel_swnode) },
439+
{ PCI_DEVICE_DATA(INTEL, PTLU, &dwc3_pci_intel_swnode) },
440+
{ PCI_DEVICE_DATA(INTEL, PTLU_PCH, &dwc3_pci_intel_swnode) },
433441

434442
{ PCI_DEVICE_DATA(AMD, NL_USB, &dwc3_pci_amd_swnode) },
435443
{ PCI_DEVICE_DATA(AMD, MR, &dwc3_pci_amd_mr_swnode) },

0 commit comments

Comments
 (0)