diff options
author | Uma Krishnan <ukrishn@linux.vnet.ibm.com> | 2015-12-07 16:03:32 -0600 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-01-11 20:46:25 +1100 |
commit | 68adb7bfd66504e97364651fb7dac3f9c8aa8561 (patch) | |
tree | 41e69320575632902b21ff0e7320c4a543232b9a /drivers/misc | |
parent | 57f7c3932516b9f7908d9b0a24396112d0f4ca55 (diff) | |
download | linux-68adb7bfd66504e97364651fb7dac3f9c8aa8561.tar.bz2 |
cxl: Enable PCI device ID for future IBM CXL adapter
Add support for future IBM Coherent Accelerator (CXL) device
with ID of 0x0601.
Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Reviewed-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/cxl/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c index 85761d7eb333..4c1903f781fc 100644 --- a/drivers/misc/cxl/pci.c +++ b/drivers/misc/cxl/pci.c @@ -138,6 +138,7 @@ static const struct pci_device_id cxl_pci_tbl[] = { { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0477), }, { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x044b), }, { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x04cf), }, + { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0601), }, { PCI_DEVICE_CLASS(0x120000, ~0), }, { } |