浏览代码

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>
Kuninori Morimoto 14 年之前
父节点
当前提交
9f0fa7991a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/sh/boards/mach-ecovec24/setup.c

+ 4 - 0
arch/sh/boards/mach-ecovec24/setup.c

@@ -248,6 +248,10 @@ static struct renesas_usbhs_platform_info usbhs_info = {
 	.driver_param = {
 	.driver_param = {
 		.buswait_bwait		= 4,
 		.buswait_bwait		= 4,
 		.detection_delay	= 5,
 		.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,
 	},
 	},
 };
 };