X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fpxamci.c;h=67acc6a0089524af3e6a4fa8f02026015e891513;hb=fe2dc44eac1223a0e92859242f58fd2a58a6f8fa;hp=03d162881159cf39e7e26eefeca03334bfe7e5df;hpb=81ab570f65395f09962f4bca0d89403f8911c071;p=linux-2.6-omap-h63xx.git diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c index 03d16288115..67acc6a0089 100644 --- a/drivers/mmc/host/pxamci.c +++ b/drivers/mmc/host/pxamci.c @@ -444,9 +444,9 @@ static int pxamci_probe(struct platform_device *pdev) mmc->max_seg_size = PAGE_SIZE; /* - * Block length register is 10 bits. + * Block length register is only 10 bits before PXA27x. */ - mmc->max_blk_size = 1023; + mmc->max_blk_size = (cpu_is_pxa21x() || cpu_is_pxa25x()) ? 1023 : 2048; /* * Block count register is 16 bits.