arm64: configs: enable drm rga in linux config
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-omap1 / mcbsp.c
index b0d4723c9a90718ccbef119dfdf95412b33c4109..8ed67f8d1762f3bc5937e46c0519b816d135cddf 100644 (file)
@@ -27,7 +27,6 @@
 #include <mach/irqs.h>
 
 #include "iomap.h"
-#include "dma.h"
 
 #define DPS_RSTCT2_PER_EN      (1 << 0)
 #define DSP_RSTCT2_WD_PER_EN   (1 << 1)
@@ -114,12 +113,12 @@ struct resource omap7xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP1_RX,
+                       .start = 9,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP1_TX,
+                       .start = 8,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -141,12 +140,12 @@ struct resource omap7xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP3_RX,
+                       .start = 11,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP3_TX,
+                       .start = 10,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -191,12 +190,12 @@ struct resource omap15xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP1_RX,
+                       .start = 9,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP1_TX,
+                       .start = 8,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -218,12 +217,12 @@ struct resource omap15xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP2_RX,
+                       .start = 17,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP2_TX,
+                       .start = 16,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -245,12 +244,12 @@ struct resource omap15xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP3_RX,
+                       .start = 11,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP3_TX,
+                       .start = 10,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -298,12 +297,12 @@ struct resource omap16xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP1_RX,
+                       .start = 9,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP1_TX,
+                       .start = 8,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -325,12 +324,12 @@ struct resource omap16xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP2_RX,
+                       .start = 17,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP2_TX,
+                       .start = 16,
                        .flags = IORESOURCE_DMA,
                },
        },
@@ -352,12 +351,12 @@ struct resource omap16xx_mcbsp_res[][6] = {
                },
                {
                        .name  = "rx",
-                       .start = OMAP_DMA_MCBSP3_RX,
+                       .start = 11,
                        .flags = IORESOURCE_DMA,
                },
                {
                        .name  = "tx",
-                       .start = OMAP_DMA_MCBSP3_TX,
+                       .start = 10,
                        .flags = IORESOURCE_DMA,
                },
        },