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:
parent
3426f39922
commit
011fb838d7
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue