]> Git Repo - linux.git/commitdiff
scsi: ufs: ufs-pci: Add support for Intel Arrow Lake
authorAdrian Hunter <[email protected]>
Tue, 13 Jun 2023 17:03:27 +0000 (20:03 +0300)
committerMartin K. Petersen <[email protected]>
Fri, 16 Jun 2023 16:04:31 +0000 (12:04 -0400)
Add PCI ID to support Intel Arrow Lake, same as MTL (Intel Meteor Lake).

Signed-off-by: Adrian Hunter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Avri Altman <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/ufs/host/ufshcd-pci.c

index 38276dac8e525fb0d993817ab9bffa4e13f98efb..cf3987773051f0890945c9d9a10904a1389d037b 100644 (file)
@@ -599,6 +599,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
        { 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 },
+       { PCI_VDEVICE(INTEL, 0x7747), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
        { }     /* terminate list */
 };
 
This page took 0.062043 seconds and 4 git commands to generate.