summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
diff options
context:
space:
mode:
authorUma Krishnan2015-12-07 23:03:32 +0100
committerMichael Ellerman2016-01-11 10:46:25 +0100
commit68adb7bfd66504e97364651fb7dac3f9c8aa8561 (patch)
tree41e69320575632902b21ff0e7320c4a543232b9a /drivers/misc/cxl
parentcxl: use -Werror only with CONFIG_PPC_WERROR (diff)
downloadkernel-qcow2-linux-68adb7bfd66504e97364651fb7dac3f9c8aa8561.tar.gz
kernel-qcow2-linux-68adb7bfd66504e97364651fb7dac3f9c8aa8561.tar.xz
kernel-qcow2-linux-68adb7bfd66504e97364651fb7dac3f9c8aa8561.zip
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/cxl')
-rw-r--r--drivers/misc/cxl/pci.c1
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), },
{ }