drivers/ufs/host/ufshcd-pci.c | 1 + 1 file changed, 1 insertion(+)
Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL).
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
drivers/ufs/host/ufshcd-pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ufs/host/ufshcd-pci.c b/drivers/ufs/host/ufshcd-pci.c
index 5f65dfad1a71..63f6b36b912f 100644
--- a/drivers/ufs/host/ufshcd-pci.c
+++ b/drivers/ufs/host/ufshcd-pci.c
@@ -695,6 +695,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x7747), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
{ PCI_VDEVICE(INTEL, 0xE447), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
{ PCI_VDEVICE(INTEL, 0x4D47), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
+ { PCI_VDEVICE(INTEL, 0xD335), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
{ } /* terminate list */
};
--
2.51.0
On Mon, 09 Mar 2026 10:58:15 +0200, Adrian Hunter wrote:
> Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL).
>
>
Applied to 7.1/scsi-queue, thanks!
[1/1] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
https://git.kernel.org/mkp/scsi/c/096cd6b7adf2
--
Martin K. Petersen
Adrian, > Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL). Applied to 7.1/scsi-staging, thanks! -- Martin K. Petersen
© 2016 - 2026 Red Hat, Inc.