diff options
| author | Cyrille Pitchen <cyrille.pitchen@free-electrons.com> | 2018-01-30 15:56:53 -0500 |
|---|---|---|
| committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2018-01-31 06:10:03 -0500 |
| commit | 74b307012ff7ea9f8dffd5a44c83a5e8ec44ca0a (patch) | |
| tree | 58dd31be7cdb3f0c415650cc100fc10c864b103d /include/linux | |
| parent | 49b8e3f3ed1d411a8f8fa5fbe72c88f3d1d43824 (diff) | |
PCI: Add vendor ID for Cadence
This patch adds a new PCI vendor ID for Cadence.
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@free-electrons.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ab20dc5db423..eb13e84e1fef 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -2381,6 +2381,8 @@ | |||
| 2381 | 2381 | ||
| 2382 | #define PCI_VENDOR_ID_LENOVO 0x17aa | 2382 | #define PCI_VENDOR_ID_LENOVO 0x17aa |
| 2383 | 2383 | ||
| 2384 | #define PCI_VENDOR_ID_CDNS 0x17cd | ||
| 2385 | |||
| 2384 | #define PCI_VENDOR_ID_ARECA 0x17d3 | 2386 | #define PCI_VENDOR_ID_ARECA 0x17d3 |
| 2385 | #define PCI_DEVICE_ID_ARECA_1110 0x1110 | 2387 | #define PCI_DEVICE_ID_ARECA_1110 0x1110 |
| 2386 | #define PCI_DEVICE_ID_ARECA_1120 0x1120 | 2388 | #define PCI_DEVICE_ID_ARECA_1120 0x1120 |
