From: Guennadi Liakhovetski Date: Wed, 10 Jul 2013 19:21:14 +0000 (+0200) Subject: ARM: shmobile: armadillo800eva: disable MMCIF Command Completion Signal X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fbf3264c046a6cce4cefec6e069fc86c0175f7d3;p=linux-beck.git ARM: shmobile: armadillo800eva: disable MMCIF Command Completion Signal MMCIF on r8a7740 doesn't support Command Completion Signal, a platform parameter has to be added to disable it on armadillo800eva. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 5bd1479d3deb..fc8f9f85d86d 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -823,6 +823,7 @@ static struct sh_mmcif_plat_data sh_mmcif_plat = { .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, + .ccs_unsupported = true, .slave_id_tx = SHDMA_SLAVE_MMCIF_TX, .slave_id_rx = SHDMA_SLAVE_MMCIF_RX, };