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:58 -0700
commit420061a55cdf2c1860ee6c18fb36cebea66f7dbc (patch)
tree73a3beb8a9d67474638a527075f41429d4976931
parentc328d924ab502c01b58c6849474ce242b2c6a873 (diff)
mmc: sdhci-msm: enable clock scaling capability
This change enables clock scaling capability for sdhci-msm platform driver. Change-Id: Ia78eb0416321755737438d28984ddabea6dbd527 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 bd89274a5e3c..326e1512ec1c 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -3263,6 +3263,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)