]> Pileus Git - ~andy/linux/commitdiff
sh: ecovec: add renesas_usbhs DMAEngine support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 15 Jun 2011 06:08:32 +0000 (06:08 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 8 Aug 2011 07:39:02 +0000 (16:39 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/mach-ecovec24/setup.c

index b24d69d509e7d7ccfe7e78454fca4014b5c286a4..22faf2a2d8fc063f537892f366e453cfe0c183fa 100644 (file)
@@ -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,
        },
 };