diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-06-17 10:21:10 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-21 10:58:35 +0200 |
commit | afe48049ab1d0ca83afe45f9d5116bf4507741eb (patch) | |
tree | b30efd21756d733270844fa146691a5c70649101 /arch/arm/mach-shmobile/include | |
parent | dmaengine: shdma: add .needs_tend_set / .no_dmars flags (diff) | |
download | linux-afe48049ab1d0ca83afe45f9d5116bf4507741eb.tar.xz linux-afe48049ab1d0ca83afe45f9d5116bf4507741eb.zip |
ARM: mach-shmobile: sh7372: Add USB-DMAC support
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/sh7372.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/sh7372.h b/arch/arm/mach-shmobile/include/mach/sh7372.h index df20d7670172..51db9d3a2cac 100644 --- a/arch/arm/mach-shmobile/include/mach/sh7372.h +++ b/arch/arm/mach-shmobile/include/mach/sh7372.h @@ -458,6 +458,10 @@ enum { SHDMA_SLAVE_SDHI2_TX, SHDMA_SLAVE_MMCIF_RX, SHDMA_SLAVE_MMCIF_TX, + SHDMA_SLAVE_USB0_TX, + SHDMA_SLAVE_USB0_RX, + SHDMA_SLAVE_USB1_TX, + SHDMA_SLAVE_USB1_RX, }; extern struct clk sh7372_extal1_clk; |