]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dmaengine: hsu: add Intel Tangier PCI ID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 13 Mar 2015 15:44:25 +0000 (17:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 22:01:37 +0000 (23:01 +0100)
Intel Tangier is known to have the HSU DMA IP as PCI device 00:05.0. The patch
adds the ID as found on Intel Edison board to the PCI device table.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/hsu/pci.c

index 563b4685d7667895aa7200ddc463408f8850d122..77879e6ddc4c211a0deacb7c019cf73a2b714222 100644 (file)
@@ -105,6 +105,7 @@ static void hsu_pci_remove(struct pci_dev *pdev)
 
 static const struct pci_device_id hsu_pci_id_table[] = {
        { PCI_VDEVICE(INTEL, 0x081e), 0 },
+       { PCI_VDEVICE(INTEL, 0x1192), 0 },
        { }
 };
 MODULE_DEVICE_TABLE(pci, hsu_pci_id_table);