]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
cxl: Enable PCI device ID for future IBM CXL adapter
authorUma Krishnan <ukrishn@linux.vnet.ibm.com>
Mon, 7 Dec 2015 22:03:32 +0000 (16:03 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 Jan 2016 09:46:25 +0000 (20:46 +1100)
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>
drivers/misc/cxl/pci.c

index 85761d7eb333173040204a7a5593bf2c7cf06485..4c1903f781fc1793bb7ddf7205d138e60ea2133a 100644 (file)
@@ -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), },
 
        { }