Skip to content

Commit f121531

Browse files
Heikki Krogerusgregkh
authored andcommitted
usb: dwc3: pci: Drop duplicate ID
Intel Arrow Lake CPU uses the Meteor Lake ID with this controller (the controller that's part of the Intel Arrow Lake chipset (PCH) does still have unique PCI ID). Fixes: de4b5b2 ("usb: dwc3: pci: add support for the Intel Arrow Lake-H") Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://lore.kernel.org/r/20240312115008.1748637-1-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f9aa411 commit f121531

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#define PCI_DEVICE_ID_INTEL_MTLP 0x7ec1
5252
#define PCI_DEVICE_ID_INTEL_MTLS 0x7f6f
5353
#define PCI_DEVICE_ID_INTEL_MTL 0x7e7e
54-
#define PCI_DEVICE_ID_INTEL_ARLH 0x7ec1
5554
#define PCI_DEVICE_ID_INTEL_ARLH_PCH 0x777e
5655
#define PCI_DEVICE_ID_INTEL_TGL 0x9a15
5756
#define PCI_DEVICE_ID_AMD_MR 0x163a
@@ -423,7 +422,6 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
423422
{ PCI_DEVICE_DATA(INTEL, MTLP, &dwc3_pci_intel_swnode) },
424423
{ PCI_DEVICE_DATA(INTEL, MTL, &dwc3_pci_intel_swnode) },
425424
{ PCI_DEVICE_DATA(INTEL, MTLS, &dwc3_pci_intel_swnode) },
426-
{ PCI_DEVICE_DATA(INTEL, ARLH, &dwc3_pci_intel_swnode) },
427425
{ PCI_DEVICE_DATA(INTEL, ARLH_PCH, &dwc3_pci_intel_swnode) },
428426
{ PCI_DEVICE_DATA(INTEL, TGL, &dwc3_pci_intel_swnode) },
429427

0 commit comments

Comments
 (0)