]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ahci: Add Marvell 88se91a2 device id
authorJohannes Thumshirn <jthumshirn@suse.de>
Tue, 20 Oct 2015 07:31:22 +0000 (09:31 +0200)
committerTejun Heo <tj@kernel.org>
Sat, 31 Oct 2015 01:15:48 +0000 (10:15 +0900)
Add device id for Marvell 88se91a2

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci.c

index a46660204e3a24e54eaa9147167c3bca069829a6..ff343c44402cdf15bd1173658f1a863c04d17fde 100644 (file)
@@ -489,6 +489,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
          .driver_data = board_ahci_yes_fbs },                  /* 88se9172 on some Gigabyte */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0),
          .driver_data = board_ahci_yes_fbs },
+       { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a2),        /* 88se91a2 */
+         .driver_data = board_ahci_yes_fbs },
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
          .driver_data = board_ahci_yes_fbs },
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),