|
@@ -951,6 +951,7 @@ int __devinit tmio_mmc_host_probe(struct tmio_mmc_host **host,
|
|
|
|
|
|
mmc->ops = &tmio_mmc_ops;
|
|
mmc->ops = &tmio_mmc_ops;
|
|
mmc->caps = MMC_CAP_4_BIT_DATA | pdata->capabilities;
|
|
mmc->caps = MMC_CAP_4_BIT_DATA | pdata->capabilities;
|
|
|
|
+ mmc->caps2 = pdata->capabilities2;
|
|
mmc->max_segs = 32;
|
|
mmc->max_segs = 32;
|
|
mmc->max_blk_size = 512;
|
|
mmc->max_blk_size = 512;
|
|
mmc->max_blk_count = (PAGE_CACHE_SIZE / mmc->max_blk_size) *
|
|
mmc->max_blk_count = (PAGE_CACHE_SIZE / mmc->max_blk_size) *
|