From: Suneel Garapati <sgarap...@marvell.com>

Add VendorID and DeviceID for supported devices on OcteonTX/TX2
platforms.

Signed-off-by: Suneel Garapati <sgarap...@marvell.com>
Reviewed-by: Stefan Roese <s...@denx.de>
Cc: Simon Glass <s...@chromium.org>
Cc: Daniel Schwierzeck <daniel.schwierz...@gmail.com>
---
RFC -> v1:
- Added device IDs

 include/pci_ids.h | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/include/pci_ids.h b/include/pci_ids.h
index bd59578ccb..7ecedc7f04 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -2360,6 +2360,24 @@
 #define PCI_DEVICE_ID_ALTIMA_AC9100    0x03ea
 #define PCI_DEVICE_ID_ALTIMA_AC1003    0x03eb
 
+#define PCI_VENDOR_ID_CAVIUM           0x177d
+#define PCI_DEVICE_ID_CAVIUM_GPIO      0xa00a
+#define PCI_DEVICE_ID_CAVIUM_MPI       0xa00b
+#define PCI_DEVICE_ID_CAVIUM_EMMC      0xa010
+#define PCI_DEVICE_ID_CAVIUM_TWSI      0xa012
+#define PCI_DEVICE_ID_CAVIUM_SATA      0xa01c
+#define PCI_DEVICE_ID_CAVIUM_NIC       0xa01e
+#define PCI_DEVICE_ID_CAVIUM_BGX       0xa026
+#define PCI_DEVICE_ID_CAVIUM_SMI       0xa02b
+#define PCI_DEVICE_ID_CAVIUM_NICVF     0xa034
+#define PCI_DEVICE_ID_CAVIUM_BCH       0xa043
+#define PCI_DEVICE_ID_CAVIUM_BCHVF     0xa044
+#define PCI_DEVICE_ID_CAVIUM_NDF       0xa04f
+#define PCI_DEVICE_ID_CAVIUM_RGX       0xa054
+#define PCI_DEVICE_ID_CAVIUM_CGX       0xa059
+#define PCI_DEVICE_ID_CAVIUM_RVU_PF    0xa063
+#define PCI_DEVICE_ID_CAVIUM_RVU_AF    0xa065
+
 #define PCI_VENDOR_ID_BELKIN           0x1799
 #define PCI_DEVICE_ID_BELKIN_F5D7010V7 0x701f
 
-- 
2.27.0

Reply via email to