diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-15 17:03:51 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 17:03:51 -0400 |
commit | d5e7c864f386306587f7f43ed22d48ef7e4050d6 (patch) | |
tree | ee0188a3e164efaf325c120565987bc35920b5f8 /drivers/mmc | |
parent | 8c4cc00552664d0be259388f2b1a49036c3757fa (diff) |
ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2
Similar to omap1, some of the omap2+ dma channel definitions are
used by some drivers. For moving omap2+ dma channel definitions
to mach-omap2/, the used ones should be defined locally to driver.
Drivers can eliminate it using DT, platform data, or IORESOURCE_DMA
And moving omap2+ DMA channel definitions to mach-omap2
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/omap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index b2cf37b0ee3..9664fa96476 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
@@ -89,6 +89,12 @@ | |||
89 | #define OMAP_DMA_MMC2_TX 54 | 89 | #define OMAP_DMA_MMC2_TX 54 |
90 | #define OMAP_DMA_MMC2_RX 55 | 90 | #define OMAP_DMA_MMC2_RX 55 |
91 | 91 | ||
92 | #define OMAP24XX_DMA_MMC2_TX 47 | ||
93 | #define OMAP24XX_DMA_MMC2_RX 48 | ||
94 | #define OMAP24XX_DMA_MMC1_TX 61 | ||
95 | #define OMAP24XX_DMA_MMC1_RX 62 | ||
96 | |||
97 | |||
92 | #define DRIVER_NAME "mmci-omap" | 98 | #define DRIVER_NAME "mmci-omap" |
93 | 99 | ||
94 | /* Specifies how often in millisecs to poll for card status changes | 100 | /* Specifies how often in millisecs to poll for card status changes |