Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cc95fde authored by Talel Shenhar's avatar Talel Shenhar
Browse files

mmc: sdhci-msm: enable clock scaling capability



This change enables clock scaling capability for sdhci-msm
platform driver.

Change-Id: I9582bbb4b37594d4d59a7398a00656846516d675
Signed-off-by: default avatarTalel Shenhar <tatias@codeaurora.org>
parent 09b44639
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3200,6 +3200,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)