diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-tegra.c')
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index f7e1f964395f..343c97edba32 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c | |||
@@ -184,6 +184,8 @@ static int tegra_sdhci_pltfm_init(struct sdhci_host *host, | |||
184 | clk_enable(clk); | 184 | clk_enable(clk); |
185 | pltfm_host->clk = clk; | 185 | pltfm_host->clk = clk; |
186 | 186 | ||
187 | host->mmc->pm_caps = plat->pm_flags; | ||
188 | |||
187 | if (plat->is_8bit) | 189 | if (plat->is_8bit) |
188 | host->mmc->caps |= MMC_CAP_8_BIT_DATA; | 190 | host->mmc->caps |= MMC_CAP_8_BIT_DATA; |
189 | 191 | ||