ahci: Add Intel Comet Lake PCH-V PCI ID
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 28 Feb 2020 10:50:48 +0000 (13:50 +0300)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Mar 2020 16:29:35 +0000 (10:29 -0600)
Add Intel Comet Lake PCH-V PCI ID to the list of supported controllers.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/ahci.c

index a25ed053d98ef625c0539388a8730724361e3df9..ad0185c8dcee2c237b07d11eb89f751e075ef285 100644 (file)
@@ -404,6 +404,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
        { PCI_VDEVICE(INTEL, 0xa256), board_ahci }, /* Lewisburg RAID*/
        { PCI_VDEVICE(INTEL, 0xa356), board_ahci }, /* Cannon Lake PCH-H RAID */
        { PCI_VDEVICE(INTEL, 0x06d7), board_ahci }, /* Comet Lake-H RAID */
+       { PCI_VDEVICE(INTEL, 0xa386), board_ahci }, /* Comet Lake PCH-V RAID */
        { PCI_VDEVICE(INTEL, 0x0f22), board_ahci_mobile }, /* Bay Trail AHCI */
        { PCI_VDEVICE(INTEL, 0x0f23), board_ahci_mobile }, /* Bay Trail AHCI */
        { PCI_VDEVICE(INTEL, 0x22a3), board_ahci_mobile }, /* Cherry Tr. AHCI */