diff options
author | Pavan Kunapuli <pkunapuli@nvidia.com> | 2013-05-11 10:57:04 +0530 |
---|---|---|
committer | Riham Haidar <rhaidar@nvidia.com> | 2013-05-17 11:32:55 -0700 |
commit | 295ed586be9e47d0149de2f38199290c9e38ac11 (patch) | |
tree | f64c17816253d4b499d460e0191d41beda6760eb /drivers/mmc | |
parent | 75b8944cba62e3976ee52bf1714eed6864051714 (diff) |
mmc: tegra: Disable cache control support
Disable cache control feature support for eMMC v4.5.
Bug 1287739
Reviewed-on: http://git-master/r/227714
(cherry picked from commit 722114cdcfedceab863a2936ccddd458bfa39e9c)
Change-Id: I3fe25938d11dcadbc82b17c4ab10c2c6e05fbb43
Signed-off-by: Pavan Kunapuli <pkunapuli@nvidia.com>
Reviewed-on: http://git-master/r/228890
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Naveen Kumar Arepalli <naveenk@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index f5ca3a465228..2d4706c6720d 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c @@ -2261,7 +2261,6 @@ static int __devinit sdhci_tegra_probe(struct platform_device *pdev) tegra_host->hw_ops = &tegra_11x_sdhci_ops; tegra_sdhost_std_freq = TEGRA3_SDHOST_STD_FREQ; host->mmc->caps2 |= MMC_CAP2_HS200; - host->mmc->caps2 |= MMC_CAP2_CACHE_CTRL; host->mmc->caps |= MMC_CAP_CMD23; #endif |