提交 87284208 编写于 作者: G Guennadi Liakhovetski 提交者: Simon Horman

ARM: shmobile: armadillo800eva: add DMA support to MMCIF

Add DMA slave IDs to MMCIF Tx and Rx channels.
Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 81b9d535
...@@ -779,6 +779,8 @@ static struct sh_mmcif_plat_data sh_mmcif_plat = { ...@@ -779,6 +779,8 @@ static struct sh_mmcif_plat_data sh_mmcif_plat = {
.caps = MMC_CAP_4_BIT_DATA | .caps = MMC_CAP_4_BIT_DATA |
MMC_CAP_8_BIT_DATA | MMC_CAP_8_BIT_DATA |
MMC_CAP_NONREMOVABLE, MMC_CAP_NONREMOVABLE,
.slave_id_tx = SHDMA_SLAVE_MMCIF_TX,
.slave_id_rx = SHDMA_SLAVE_MMCIF_RX,
}; };
static struct resource sh_mmcif_resources[] = { static struct resource sh_mmcif_resources[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册