summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-ecovec24
diff options
context:
space:
mode:
authorKuninori Morimoto2011-06-15 08:08:32 +0200
committerPaul Mundt2011-08-08 09:39:02 +0200
commit9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c (patch)
treefe608fbb16542fdb6825d734f87a853d3ddd763b /arch/sh/boards/mach-ecovec24
parentMerge branch 'common/core' into sh-latest (diff)
downloadkernel-qcow2-linux-9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c.tar.gz
kernel-qcow2-linux-9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c.tar.xz
kernel-qcow2-linux-9f0fa7991af382bfa8c9575d2457a0b6ad03ac4c.zip
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/boards/mach-ecovec24')
-rw-r--r--arch/sh/boards/mach-ecovec24/setup.c4
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 = {
.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,
},
};