diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-09-09 02:46:10 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-09-09 08:15:43 -0400 |
commit | b9409687a8dad8b7207f05c62b9c87d2a766473b (patch) | |
tree | 21e3b99695ebde3aa8d78094d2ca82518f16ddda /arch/arm/mach-shmobile | |
parent | 8b4efe2f58b1699a57f6c30d17345b801ab4213b (diff) |
ARM: shmobile: remove MMC_CAP2_NO_MULTI_READ from koelsch
sh_mobile_sdhi cares multiblock read bug.
remove MMC_CAP2_NO_MULTI_READ flag from board code
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch.c b/arch/arm/mach-shmobile/board-koelsch.c index b7d5bc7659cd..126a8b4ec491 100644 --- a/arch/arm/mach-shmobile/board-koelsch.c +++ b/arch/arm/mach-shmobile/board-koelsch.c | |||
@@ -331,7 +331,6 @@ SDHI_REGULATOR(2, RCAR_GP_PIN(7, 19), RCAR_GP_PIN(2, 26)); | |||
331 | static struct sh_mobile_sdhi_info sdhi0_info __initdata = { | 331 | static struct sh_mobile_sdhi_info sdhi0_info __initdata = { |
332 | .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | | 332 | .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | |
333 | MMC_CAP_POWER_OFF_CARD, | 333 | MMC_CAP_POWER_OFF_CARD, |
334 | .tmio_caps2 = MMC_CAP2_NO_MULTI_READ, | ||
335 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, | 334 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, |
336 | }; | 335 | }; |
337 | 336 | ||
@@ -344,7 +343,6 @@ static struct resource sdhi0_resources[] __initdata = { | |||
344 | static struct sh_mobile_sdhi_info sdhi1_info __initdata = { | 343 | static struct sh_mobile_sdhi_info sdhi1_info __initdata = { |
345 | .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | | 344 | .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | |
346 | MMC_CAP_POWER_OFF_CARD, | 345 | MMC_CAP_POWER_OFF_CARD, |
347 | .tmio_caps2 = MMC_CAP2_NO_MULTI_READ, | ||
348 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, | 346 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT, |
349 | }; | 347 | }; |
350 | 348 | ||
@@ -357,7 +355,6 @@ static struct resource sdhi1_resources[] __initdata = { | |||
357 | static struct sh_mobile_sdhi_info sdhi2_info __initdata = { | 355 | static struct sh_mobile_sdhi_info sdhi2_info __initdata = { |
358 | .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | | 356 | .tmio_caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ | |
359 | MMC_CAP_POWER_OFF_CARD, | 357 | MMC_CAP_POWER_OFF_CARD, |
360 | .tmio_caps2 = MMC_CAP2_NO_MULTI_READ, | ||
361 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | | 358 | .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT | |
362 | TMIO_MMC_WRPROTECT_DISABLE, | 359 | TMIO_MMC_WRPROTECT_DISABLE, |
363 | }; | 360 | }; |