Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) },