diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-06-15 06:08:32 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-08-08 16:39:02 +0900 |
commit | 9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c (patch) | |
tree | fe608fbb16542fdb6825d734f87a853d3ddd763b /arch/sh | |
parent | e80ca144ea902efa7aed446780fd9fad421fd8d3 (diff) | |
download | op-kernel-dev-9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c.zip op-kernel-dev-9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c.tar.gz |
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 b24d69d..22faf2a 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 = { .driver_param = { .buswait_bwait = 4, .detection_delay = 5, + .d0_tx_id = SHDMA_SLAVE_USB1D0_TX, + .d0_rx_id = SHDMA_SLAVE_USB1D0_RX, + .d1_tx_id = SHDMA_SLAVE_USB1D1_TX, + .d1_rx_id = SHDMA_SLAVE_USB1D1_RX, }, }; |