]> git.sur5r.net Git - u-boot/blobdiff - drivers/nvme/nvme.c
nvme: Detect devices that are class Storage Express
[u-boot] / drivers / nvme / nvme.c
index a60682af117431e785951e7da8c855072c9c54f2..feea02aa85d75b31f72e169fa7c3dec154938887 100644 (file)
@@ -832,7 +832,7 @@ U_BOOT_DRIVER(nvme) = {
 };
 
 struct pci_device_id nvme_supported[] = {
-       { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0953) },
+       { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, ~0) },
        {}
 };