mmc: sdhci-msm: enable asynchronous interrupt support in 4-bit mode
SDIO 3.0 specification has added the support for asynchronous interrupt period during which card allows the clock to be gated off. As SDCC driver is capable of handling the asynchronous interrupt, advertise MMC_CAP2_ASYNC_SDIO_IRQ_4BIT_MODE capability. Change-Id: Id5a86bc70b7b798b23be3a0fc0d59b2db05e0409 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
This commit is contained in:
parent
cec2ab9ba3
commit
b2f263c3ea
1 changed files with 1 additions and 0 deletions
|
@ -2313,6 +2313,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
|
|||
msm_host->mmc->caps2 |= MMC_CAP2_CACHE_CTRL;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_POWEROFF_NOTIFY;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_CLK_SCALE;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_ASYNC_SDIO_IRQ_4BIT_MODE;
|
||||
|
||||
if (msm_host->pdata->nonremovable)
|
||||
msm_host->mmc->caps |= MMC_CAP_NONREMOVABLE;
|
||||
|
|
Loading…
Add table
Reference in a new issue