Skip to content

Commit ea48e87

Browse files
wxucnexlabsKeith Busch
authored andcommitted
nvme: lightnvm: add granby support
Add a new lightnvm quirk to identify CNEX’s Granby controller. Signed-off-by: Wei Xu <[email protected]> Reviewed-by: Javier González <[email protected]> Reviewed-by: Matias Bjørling <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 0302ae6 commit ea48e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,6 +2720,8 @@ static const struct pci_device_id nvme_id_table[] = {
27202720
.driver_data = NVME_QUIRK_LIGHTNVM, },
27212721
{ PCI_DEVICE(0x1d1d, 0x2807), /* CNEX WL */
27222722
.driver_data = NVME_QUIRK_LIGHTNVM, },
2723+
{ PCI_DEVICE(0x1d1d, 0x2601), /* CNEX Granby */
2724+
.driver_data = NVME_QUIRK_LIGHTNVM, },
27232725
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
27242726
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
27252727
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2003) },

0 commit comments

Comments
 (0)