Skip to content

Commit

Permalink
dmaengine: hsu: add Intel Tangier PCI ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Mar 26, 2015
1 parent c1a67b4 commit 594eb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/hsu/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 594eb4a

Please sign in to comment.