summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTalel Shenhar <tatias@codeaurora.org>2015-05-13 14:08:39 +0300
committerSubhash Jadavani <subhashj@codeaurora.org>2016-05-31 15:26:37 -0700
commit0d897b8fc4b68df29b8eaf3de38ce54ab77e441d (patch)
treec73681f05fd20b4695b029d01982860b848edc94
parentcdb1137c3b1abc7a59172b7fb42d3b7e332cc237 (diff)
mmc: sdhci-msm: enable clock scaling capability
This change enables clock scaling capability for sdhci-msm platform driver. Change-Id: I9582bbb4b37594d4d59a7398a00656846516d675 Signed-off-by: Talel Shenhar <tatias@codeaurora.org>
-rw-r--r--drivers/mmc/host/sdhci-msm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
index 247650e96b6f..61492cc7a13d 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -3199,6 +3199,7 @@ 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)