From: Johannes Thumshirn Date: Tue, 20 Oct 2015 07:31:22 +0000 (+0200) Subject: ahci: Add Marvell 88se91a2 device id X-Git-Tag: v3.2.76~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598dfa6be13d83a91dd195e7f17bc08e92a5a971;p=thirdparty%2Fkernel%2Fstable.git ahci: Add Marvell 88se91a2 device id commit a40cf3f38881ce8543ceb9667150b4f2ead4c437 upstream. Add device id for Marvell 88se91a2 Signed-off-by: Johannes Thumshirn Signed-off-by: Tejun Heo Signed-off-by: Ben Hutchings --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index bda671a75815e..e3c276ad3c2c6 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -498,6 +498,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),