Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3efaf2a9 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Vinod Koul
Browse files

dmaengine: dw: pci: add ID for WildcatPoint PCH



WildcatPoint PCH as seen on MacBook 12-inch (Early 2015) has PCI enabled
DesignWare DMA controller. Enable it by adding its ID to the corresponding
driver.

Reported-by: default avatarLeif Liddy <leif.liddy@gmail.com>
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=110901


Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 8a695db0
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -108,6 +108,10 @@ static const struct pci_device_id dw_pci_id_table[] = {


	/* Haswell */
	/* Haswell */
	{ PCI_VDEVICE(INTEL, 0x9c60) },
	{ PCI_VDEVICE(INTEL, 0x9c60) },

	/* Broadwell */
	{ PCI_VDEVICE(INTEL, 0x9ce0) },

	{ }
	{ }
};
};
MODULE_DEVICE_TABLE(pci, dw_pci_id_table);
MODULE_DEVICE_TABLE(pci, dw_pci_id_table);