Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / fpga / dfl-pci.c
index b44523e..4d68719 100644 (file)
@@ -74,6 +74,9 @@ static void cci_pci_free_irq(struct pci_dev *pcidev)
 #define PCIE_DEVICE_ID_PF_DSC_1_X              0x09C4
 #define PCIE_DEVICE_ID_INTEL_PAC_N3000         0x0B30
 #define PCIE_DEVICE_ID_INTEL_PAC_D5005         0x0B2B
+#define PCIE_DEVICE_ID_SILICOM_PAC_N5010       0x1000
+#define PCIE_DEVICE_ID_SILICOM_PAC_N5011       0x1001
+
 /* VF Device */
 #define PCIE_DEVICE_ID_VF_INT_5_X              0xBCBF
 #define PCIE_DEVICE_ID_VF_INT_6_X              0xBCC1
@@ -90,6 +93,8 @@ static struct pci_device_id cci_pcie_id_tbl[] = {
        {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_N3000),},
        {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_D5005),},
        {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_D5005_VF),},
+       {PCI_DEVICE(PCI_VENDOR_ID_SILICOM_DENMARK, PCIE_DEVICE_ID_SILICOM_PAC_N5010),},
+       {PCI_DEVICE(PCI_VENDOR_ID_SILICOM_DENMARK, PCIE_DEVICE_ID_SILICOM_PAC_N5011),},
        {0,}
 };
 MODULE_DEVICE_TABLE(pci, cci_pcie_id_tbl);