Skip to content

Commit 1384ab4

Browse files
Heikki Krogerusfelipebalbi
authored andcommitted
usb: dwc3: pci: add support for the Intel Alder Lake-S
This patch adds the necessary PCI ID for Intel Alder Lake-S devices. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>
1 parent 3650b22 commit 1384ab4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/usb/dwc3/dwc3-pci.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#define PCI_DEVICE_ID_INTEL_TGPLP 0xa0ee
4141
#define PCI_DEVICE_ID_INTEL_TGPH 0x43ee
4242
#define PCI_DEVICE_ID_INTEL_JSP 0x4dee
43+
#define PCI_DEVICE_ID_INTEL_ADLS 0x7ae1
4344

4445
#define PCI_INTEL_BXT_DSM_GUID "732b85d5-b7a7-4a1b-9ba0-4bbd00ffd511"
4546
#define PCI_INTEL_BXT_FUNC_PMU_PWR 4
@@ -367,6 +368,9 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
367368
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_JSP),
368369
(kernel_ulong_t) &dwc3_pci_intel_properties, },
369370

371+
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ADLS),
372+
(kernel_ulong_t) &dwc3_pci_intel_properties, },
373+
370374
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_NL_USB),
371375
(kernel_ulong_t) &dwc3_pci_amd_properties, },
372376
{ } /* Terminating Entry */

0 commit comments

Comments
 (0)