mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
cxl: Enable PCI device ID for future IBM CXL adapter
[ Upstream commit 68adb7bfd6 ]
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>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0f874d9433
commit
bcc975680d
|
|
@ -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), },
|
||||
|
||||
{ }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user