From: Kuninori Morimoto Date: Mon, 25 Jun 2012 10:39:39 +0000 (-0700) Subject: ARM: shmobile: kzm9g: enable DMAEngine on MMCIF X-Git-Tag: upstream/snapshot3+hdmi~6935^2~1^2~2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1ca8f4990b312f923a459c40ef22f9bd8d5cf2d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: kzm9g: enable DMAEngine on MMCIF It is possible to reduce CPU load if MMCIF used DMAEngine. This patch enabled it. Signed-off-by: Kuninori Morimoto Acked-by: Magnus Damm Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index 212c524..a16c970 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -343,6 +343,8 @@ static struct resource sh_mmcif_resources[] = { static struct sh_mmcif_plat_data sh_mmcif_platdata = { .ocr = MMC_VDD_165_195, .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, + .slave_id_tx = SHDMA_SLAVE_MMCIF_TX, + .slave_id_rx = SHDMA_SLAVE_MMCIF_RX, }; static struct platform_device mmc_device = {