1
0
Fork 0

dmaengine: hsu: add Intel Tangier PCI ID

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>
hifive-unleashed-5.1
Andy Shevchenko 2015-03-13 17:44:25 +02:00 committed by Greg Kroah-Hartman
parent c1a67b48f6
commit 594eb4a4be
1 changed files with 1 additions and 0 deletions

View 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);