aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/sh7372.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-05-04 10:07:15 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-05-31 00:18:51 -0400
commit69bf6f451febe8dd07ccedf0ba3279c0f3f7fc3a (patch)
treeb3ff66a5903c7ebc7a281d2870693aef8ec952fb /arch/arm/mach-shmobile/include/mach/sh7372.h
parentd5b732b17ca2fc74f370bdba5aae6c804fac8c35 (diff)
ARM: add DMA support to sh7372, enable DMA for SDHI
This adds DMA support for the sh7372 sh-mobile ARM core, using the shdma dmaengine driver, and uses DMA for the SDHI SD-card controller on this SoC. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/sh7372.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/sh7372.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h
index dc34f00c56b8..57e033a1e529 100644
--- a/arch/arm/mach-shmobile/include/mach/sh7372.h
+++ b/arch/arm/mach-shmobile/include/mach/sh7372.h
@@ -431,4 +431,14 @@ enum {
431 GPIO_FN_SDENC_DV_CLKI, 431 GPIO_FN_SDENC_DV_CLKI,
432}; 432};
433 433
434/* DMA slave IDs */
435enum {
436 SHDMA_SLAVE_SDHI0_RX,
437 SHDMA_SLAVE_SDHI0_TX,
438 SHDMA_SLAVE_SDHI1_RX,
439 SHDMA_SLAVE_SDHI1_TX,
440 SHDMA_SLAVE_SDHI2_RX,
441 SHDMA_SLAVE_SDHI2_TX,
442};
443
434#endif /* __ASM_SH7372_H__ */ 444#endif /* __ASM_SH7372_H__ */