Messages in this thread Patch in this message |  | | From | Sayali Lokhande <> | Subject | [PATCH RFC 6/7] mmc: sdhci-msm: Enable clock scaling property | Date | Fri, 13 Jul 2018 15:23:02 +0530 |
| |
This change enables clock scaling capability for sdhci-msm platform driver.
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org> --- drivers/mmc/host/sdhci-msm.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c index e9fe8c6..8846a76 100644 --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c @@ -1803,6 +1803,7 @@ static int sdhci_msm_probe(struct platform_device *pdev) msm_offset = msm_host->offset; sdhci_get_of_property(pdev); + msm_host->mmc->caps2 |= MMC_CAP2_CLK_SCALE; msm_host->saved_tuning_phase = INVALID_TUNING_PHASE; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
|  |