mmc: sdhci-msm: Disable packed commands

Disable packed commands on msm-3.14 kernel till failures are
addressed.

Change-Id: Id7cd4ed1235d4697dafb4f0876ee6598f4de75eb
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
Venkat Gopalakrishnan 2015-02-06 13:27:25 -08:00 committed by Subhash Jadavani
parent 3426f39922
commit 011fb838d7

View file

@ -3132,8 +3132,6 @@ static int sdhci_msm_probe(struct platform_device *pdev)
msm_host->mmc->caps |= msm_host->pdata->mmc_bus_width;
msm_host->mmc->caps |= msm_host->pdata->caps;
msm_host->mmc->caps2 |= msm_host->pdata->caps2;
msm_host->mmc->caps2 |= MMC_CAP2_PACKED_WR;
msm_host->mmc->caps2 |= MMC_CAP2_PACKED_WR_CONTROL;
msm_host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC;
msm_host->mmc->caps2 |= MMC_CAP2_FULL_PWR_CYCLE;
msm_host->mmc->caps2 |= MMC_CAP2_ASYNC_SDIO_IRQ_4BIT_MODE;