aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/pxamci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/pxamci.c')
-rw-r--r--drivers/mmc/pxamci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c
index 9fc9aed1a5ef..9774fc68b61a 100644
--- a/drivers/mmc/pxamci.c
+++ b/drivers/mmc/pxamci.c
@@ -455,6 +455,11 @@ static int pxamci_probe(struct platform_device *pdev)
455 */ 455 */
456 mmc->max_blk_size = 1023; 456 mmc->max_blk_size = 1023;
457 457
458 /*
459 * Block count register is 16 bits.
460 */
461 mmc->max_blk_count = 65535;
462
458 host = mmc_priv(mmc); 463 host = mmc_priv(mmc);
459 host->mmc = mmc; 464 host->mmc = mmc;
460 host->dma = -1; 465 host->dma = -1;