diff options
author | Thinh Nguyen <thinh.nguyen@synopsys.com> | 2018-12-10 23:07:54 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2018-12-17 23:24:39 +0100 |
commit | b6061b1e566d70c7686d194a6c47dc6ffa665c77 (patch) | |
tree | 6cbac9f549ac2e1f595e3a0000b2be841a14ff0f /include | |
parent | PCI: Add missing include to drivers/pci.h (diff) | |
download | linux-b6061b1e566d70c7686d194a6c47dc6ffa665c77.tar.xz linux-b6061b1e566d70c7686d194a6c47dc6ffa665c77.zip |
PCI: Move Synopsys HAPS platform device IDs
Move Synopsys HAPS platform device IDs to pci_ids.h so that both
drivers/pci/quirks.c and dwc3-haps driver can reference these IDs.
Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 69f0abe1ba1a..25db0c1586ea 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2358,6 +2358,9 @@ #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 #define PCI_VENDOR_ID_SYNOPSYS 0x16c3 +#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3 0xabcd +#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3_AXI 0xabce +#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB31 0xabcf #define PCI_VENDOR_ID_VITESSE 0x1725 #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 |