diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-06-17 04:21:10 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-21 04:58:35 -0400 |
commit | afe48049ab1d0ca83afe45f9d5116bf4507741eb (patch) | |
tree | b30efd21756d733270844fa146691a5c70649101 /arch/arm/mach-shmobile/include | |
parent | 260bf2c5f69f419b04b6861ca91565b5fb16ce48 (diff) |
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 { | |||
458 | SHDMA_SLAVE_SDHI2_TX, | 458 | SHDMA_SLAVE_SDHI2_TX, |
459 | SHDMA_SLAVE_MMCIF_RX, | 459 | SHDMA_SLAVE_MMCIF_RX, |
460 | SHDMA_SLAVE_MMCIF_TX, | 460 | SHDMA_SLAVE_MMCIF_TX, |
461 | SHDMA_SLAVE_USB0_TX, | ||
462 | SHDMA_SLAVE_USB0_RX, | ||
463 | SHDMA_SLAVE_USB1_TX, | ||
464 | SHDMA_SLAVE_USB1_RX, | ||
461 | }; | 465 | }; |
462 | 466 | ||
463 | extern struct clk sh7372_extal1_clk; | 467 | extern struct clk sh7372_extal1_clk; |