diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-06-15 02:08:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-08-08 03:39:02 -0400 |
commit | 9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c (patch) | |
tree | fe608fbb16542fdb6825d734f87a853d3ddd763b /arch/sh | |
parent | e80ca144ea902efa7aed446780fd9fad421fd8d3 (diff) |
sh: ecovec: add renesas_usbhs DMAEngine support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index b24d69d509e7..22faf2a2d8fc 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -248,6 +248,10 @@ static struct renesas_usbhs_platform_info usbhs_info = { | |||
248 | .driver_param = { | 248 | .driver_param = { |
249 | .buswait_bwait = 4, | 249 | .buswait_bwait = 4, |
250 | .detection_delay = 5, | 250 | .detection_delay = 5, |
251 | .d0_tx_id = SHDMA_SLAVE_USB1D0_TX, | ||
252 | .d0_rx_id = SHDMA_SLAVE_USB1D0_RX, | ||
253 | .d1_tx_id = SHDMA_SLAVE_USB1D1_TX, | ||
254 | .d1_rx_id = SHDMA_SLAVE_USB1D1_RX, | ||
251 | }, | 255 | }, |
252 | }; | 256 | }; |
253 | 257 | ||