summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-tegra.c
diff options
context:
space:
mode:
authorPavan Kunapuli <pkunapuli@nvidia.com>2011-11-09 14:35:31 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:55 -0800
commiteb4dd84bc61027144833e5429ad4793b3cf5a7a1 (patch)
tree0e84e10d9309c1d89a188bcfb9ceb5a4d66879b4 /drivers/mmc/host/sdhci-tegra.c
parent20f0354ffb895c9eeb2393e22fce70902397e52b (diff)
sdhci: tegra: Remove sdmmc clock overrides
Remove sdmmc clock overrides. SDMMC clocks are properly configured without the clock overrides. Bug 887981 Change-Id: I1c07568e58e484c4a3a91240f0d1ed4b8a2c6fdd Reviewed-on: http://git-master/r/63238 Tested-by: Pavan Kunapuli <pkunapuli@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Rebase-Id: R0555f77217ef555507110b7626ce225be6bf5e35
Diffstat (limited to 'drivers/mmc/host/sdhci-tegra.c')
-rw-r--r--drivers/mmc/host/sdhci-tegra.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c
index b1c4cb31bb58..18f036b7c369 100644
--- a/drivers/mmc/host/sdhci-tegra.c
+++ b/drivers/mmc/host/sdhci-tegra.c
@@ -374,13 +374,6 @@ static int __devinit sdhci_tegra_probe(struct platform_device *pdev)
struct tegra_sdhci_host *tegra_host;
struct clk *clk;
int rc;
- void __iomem *ioaddr_clk_rst;
- unsigned int val = 0;
-
- ioaddr_clk_rst = ioremap(0x60006300, 0x400);
- val = readl(ioaddr_clk_rst + 0xa0);
- val |= 0x68;
- writel(val, ioaddr_clk_rst + 0xa0);
host = sdhci_pltfm_init(pdev, &sdhci_tegra_pdata);
if (IS_ERR(host))