|
@@ -956,6 +956,10 @@ static void __devexit pch_dma_remove(struct pci_dev *pdev)
|
|
|
#define PCI_DEVICE_ID_ML7213_DMA2_8CH 0x802B
|
|
|
#define PCI_DEVICE_ID_ML7213_DMA3_4CH 0x8034
|
|
|
#define PCI_DEVICE_ID_ML7213_DMA4_12CH 0x8032
|
|
|
+#define PCI_DEVICE_ID_ML7223_DMA1_4CH 0x800B
|
|
|
+#define PCI_DEVICE_ID_ML7223_DMA2_4CH 0x800E
|
|
|
+#define PCI_DEVICE_ID_ML7223_DMA3_4CH 0x8017
|
|
|
+#define PCI_DEVICE_ID_ML7223_DMA4_4CH 0x803B
|
|
|
|
|
|
static const struct pci_device_id pch_dma_id_table[] = {
|
|
|
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_EG20T_PCH_DMA_8CH), 8 },
|
|
@@ -964,6 +968,10 @@ static const struct pci_device_id pch_dma_id_table[] = {
|
|
|
{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_DMA2_8CH), 8}, /* PCMIF SPI */
|
|
|
{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_DMA3_4CH), 4}, /* FPGA */
|
|
|
{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_DMA4_12CH), 12}, /* I2S */
|
|
|
+ { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7223_DMA1_4CH), 4}, /* UART */
|
|
|
+ { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7223_DMA2_4CH), 4}, /* Video SPI */
|
|
|
+ { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7223_DMA3_4CH), 4}, /* Security */
|
|
|
+ { PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7223_DMA4_4CH), 4}, /* FPGA */
|
|
|
{ 0, },
|
|
|
};
|
|
|
|