Revert "mmc: sdhci-msm: enable clock scaling capability"
This reverts commit 9cc95fde7c2c ("mmc: sdhci-msm: enable clock scaling capability"). Clock scaling is breaking XO shutdown, keep the clock scaling disabled till that issue is addressed. Change-Id: Id4c530f8e2a8f565f9b957f46e5086078f808c96 Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
parent
62c8dce6e1
commit
d8c93c38d5
1 changed files with 0 additions and 1 deletions
|
@ -3236,7 +3236,6 @@ static int sdhci_msm_probe(struct platform_device *pdev)
|
|||
msm_host->mmc->caps2 |= MMC_CAP2_FULL_PWR_CYCLE;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_ASYNC_SDIO_IRQ_4BIT_MODE;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_HS400_POST_TUNING;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_CLK_SCALE;
|
||||
msm_host->mmc->pm_caps |= MMC_PM_KEEP_POWER;
|
||||
|
||||
if (msm_host->pdata->nonremovable)
|
||||
|
|
Loading…
Add table
Reference in a new issue