usb: dwc3: pci: add support for BayTrail
Add PCI id for Intel BayTrail. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
d2ff405960
commit
b62cd96de3
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
/* FIXME define these in <linux/pci_ids.h> */
|
/* FIXME define these in <linux/pci_ids.h> */
|
||||||
#define PCI_VENDOR_ID_SYNOPSYS 0x16c3
|
#define PCI_VENDOR_ID_SYNOPSYS 0x16c3
|
||||||
#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3 0xabcd
|
#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3 0xabcd
|
||||||
|
#define PCI_DEVICE_ID_INTEL_BYT 0x0f37
|
||||||
|
|
||||||
struct dwc3_pci {
|
struct dwc3_pci {
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
|
@ -187,6 +188,7 @@ static DEFINE_PCI_DEVICE_TABLE(dwc3_pci_id_table) = {
|
||||||
PCI_DEVICE(PCI_VENDOR_ID_SYNOPSYS,
|
PCI_DEVICE(PCI_VENDOR_ID_SYNOPSYS,
|
||||||
PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3),
|
PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3),
|
||||||
},
|
},
|
||||||
|
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_BYT), },
|
||||||
{ } /* Terminating Entry */
|
{ } /* Terminating Entry */
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, dwc3_pci_id_table);
|
MODULE_DEVICE_TABLE(pci, dwc3_pci_id_table);
|
||||||
|
|
Loading…
Add table
Reference in a new issue