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>
This commit is contained in:
parent
c328d924ab
commit
420061a55c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue