Commit ea48e877 authored by Wei Xu's avatar Wei Xu Committed by Keith Busch

nvme: lightnvm: add granby support

Add a new lightnvm quirk to identify CNEX’s Granby controller.
Signed-off-by: default avatarWei Xu <wxu@cnexlabs.com>
Reviewed-by: default avatarJavier González <javier@cnexlabs.com>
Reviewed-by: default avatarMatias Bjørling <mb@lightnvm.io>
Signed-off-by: default avatarKeith Busch <keith.busch@intel.com>
parent 0302ae60
......@@ -2720,6 +2720,8 @@ static const struct pci_device_id nvme_id_table[] = {
.driver_data = NVME_QUIRK_LIGHTNVM, },
{ PCI_DEVICE(0x1d1d, 0x2807), /* CNEX WL */
.driver_data = NVME_QUIRK_LIGHTNVM, },
{ PCI_DEVICE(0x1d1d, 0x2601), /* CNEX Granby */
.driver_data = NVME_QUIRK_LIGHTNVM, },
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2003) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment