diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-01-02 10:26:21 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-01-10 00:07:34 -0500 |
commit | ebb7fe2100e8d181c7c3911801444965384ba147 (patch) | |
tree | f27448dd8a2f79462c4351b59e40898cceda3ac8 | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) |
dmaengine: dw: pci: remove LPE Audio DMA ID
LPE Audio driver should take care of DMA IPs by itself. Keeping an ID like this
in dw_dma_pci.c is anyway wrong since that block has two DMA controllers under
one ID (like MFD device).
That's also why I didn't include LPE Audio ID for Intel Merrifield previously.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | drivers/dma/dw/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dma/dw/pci.c b/drivers/dma/dw/pci.c index 0ae6c3b1d34e..7558a9c38fda 100644 --- a/drivers/dma/dw/pci.c +++ b/drivers/dma/dw/pci.c | |||
@@ -95,9 +95,8 @@ static const struct dev_pm_ops dw_pci_dev_pm_ops = { | |||
95 | }; | 95 | }; |
96 | 96 | ||
97 | static const struct pci_device_id dw_pci_id_table[] = { | 97 | static const struct pci_device_id dw_pci_id_table[] = { |
98 | /* Medfield */ | 98 | /* Medfield (GPDMA) */ |
99 | { PCI_VDEVICE(INTEL, 0x0827) }, | 99 | { PCI_VDEVICE(INTEL, 0x0827) }, |
100 | { PCI_VDEVICE(INTEL, 0x0830) }, | ||
101 | 100 | ||
102 | /* BayTrail */ | 101 | /* BayTrail */ |
103 | { PCI_VDEVICE(INTEL, 0x0f06) }, | 102 | { PCI_VDEVICE(INTEL, 0x0f06) }, |