diff mbox series

scsi: ufs: ufs-pci: Add support for Intel Lunar Lake

Message ID 20230328105832.3495-1-adrian.hunter@intel.com
State New
Headers show
Series scsi: ufs: ufs-pci: Add support for Intel Lunar Lake | expand

Commit Message

Adrian Hunter March 28, 2023, 10:58 a.m. UTC
Add PCI ID to support Intel Lunar Lake, same as MTL.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
 drivers/ufs/host/ufshcd-pci.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Martin K. Petersen April 3, 2023, 1:41 a.m. UTC | #1
Adrian,

> Add PCI ID to support Intel Lunar Lake, same as MTL.

Applied to 6.4/scsi-staging, thanks!
Martin K. Petersen April 12, 2023, 2:04 a.m. UTC | #2
On Tue, 28 Mar 2023 13:58:32 +0300, Adrian Hunter wrote:

> Add PCI ID to support Intel Lunar Lake, same as MTL.
> 
> 

Applied to 6.4/scsi-queue, thanks!

[1/1] scsi: ufs: ufs-pci: Add support for Intel Lunar Lake
      https://git.kernel.org/mkp/scsi/c/0a07d3c7a1d2
diff mbox series

Patch

diff --git a/drivers/ufs/host/ufshcd-pci.c b/drivers/ufs/host/ufshcd-pci.c
index 1c91f43e15c8..9c911787f84c 100644
--- a/drivers/ufs/host/ufshcd-pci.c
+++ b/drivers/ufs/host/ufshcd-pci.c
@@ -607,6 +607,7 @@  static const struct pci_device_id ufshcd_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x51FF), (kernel_ulong_t)&ufs_intel_adl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0x54FF), (kernel_ulong_t)&ufs_intel_adl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0x7E47), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
+	{ PCI_VDEVICE(INTEL, 0xA847), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ }	/* terminate list */
 };