summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSubhash Jadavani <subhashj@codeaurora.org>2013-06-12 18:25:26 +0530
committerSubhash Jadavani <subhashj@codeaurora.org>2016-05-27 10:28:43 -0700
commitccbf0292799ead6e17cc175fe40fffecba435a47 (patch)
tree33a228d75572f06e57989e9079370d96f4c3f229 /drivers
parenta467484ee963486ba9b527c6ca2dafd0f3b34eda (diff)
mmc: sdhci-msm: remove MMC_CAP_HW_RESET capability
MMC_CAP_HW_RESET capability was only referring to host driver capability to toggle eMMC RST_n pin so if the host driver is unable to toggle this pin, it shouldn't advertise this capability. CRs-Fixed: 507926 Change-Id: Ia1408d95503d19ae0f7c49c7bb7905b0ddaddbd5 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/sdhci-msm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
index 9cac755d36e2..b0af5d493898 100644
--- a/drivers/mmc/host/sdhci-msm.c
+++ b/drivers/mmc/host/sdhci-msm.c
@@ -2307,7 +2307,6 @@ static int sdhci_msm_probe(struct platform_device *pdev)
/* Set host capabilities */
msm_host->mmc->caps |= msm_host->pdata->mmc_bus_width;
msm_host->mmc->caps |= msm_host->pdata->caps;
- msm_host->mmc->caps |= MMC_CAP_HW_RESET;
msm_host->mmc->caps2 |= msm_host->pdata->caps2;
msm_host->mmc->caps2 |= MMC_CAP2_PACKED_WR;
msm_host->mmc->caps2 |= MMC_CAP2_PACKED_WR_CONTROL;