Skip to content

Commit 7e275e7

Browse files
matthew-gerlachRuss Weight
authored andcommitted
drivers: fpga: dfl-pci: Add PCIE device ID for OFS
Add the generic Open Fpga Stack device id to pci_dev_table. Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
1 parent 506c0b3 commit 7e275e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/fpga/dfl-pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ static void cci_pci_free_irq(struct pci_dev *pcidev)
6666
#define PCIE_DEVICE_ID_PF_DSC_1_X 0x09C4
6767
#define PCIE_DEVICE_ID_INTEL_PAC_N3000 0x0B30
6868
#define PCIE_DEVICE_ID_INTEL_PAC_D5005 0x0B2B
69+
#define PCIE_DEVCIE_ID_INTEL_OFS 0xaf00
6970
/* VF Device */
7071
#define PCIE_DEVICE_ID_VF_INT_5_X 0xBCBF
7172
#define PCIE_DEVICE_ID_VF_INT_6_X 0xBCC1
@@ -82,6 +83,7 @@ static struct pci_device_id cci_pcie_id_tbl[] = {
8283
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_N3000),},
8384
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_D5005),},
8485
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVICE_ID_INTEL_PAC_D5005_VF),},
86+
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCIE_DEVCIE_ID_INTEL_OFS),},
8587
{0,}
8688
};
8789
MODULE_DEVICE_TABLE(pci, cci_pcie_id_tbl);

0 commit comments

Comments
 (0)