ahci: Add Intel Comet Lake PCH-H PCI ID
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 27 Feb 2020 14:32:59 +0000 (17:32 +0300)
committerJens Axboe <axboe@kernel.dk>
Wed, 25 Mar 2020 16:29:35 +0000 (10:29 -0600)
Add Intel Comet Lake PCH-H 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 2025b29f17fab3cd1d625b6da929f8e1a4702921..a25ed053d98ef625c0539388a8730724361e3df9 100644 (file)
@@ -246,6 +246,7 @@ static const struct ata_port_info ahci_port_info[] = {
 
 static const struct pci_device_id ahci_pci_tbl[] = {
        /* Intel */
+       { PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */
        { PCI_VDEVICE(INTEL, 0x2652), board_ahci }, /* ICH6 */
        { PCI_VDEVICE(INTEL, 0x2653), board_ahci }, /* ICH6M */
        { PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */