summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-roth-sdhci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-roth-sdhci.c b/arch/arm/mach-tegra/board-roth-sdhci.c
index 8af2da70684b..6c26cb3c7607 100644
--- a/arch/arm/mach-tegra/board-roth-sdhci.c
+++ b/arch/arm/mach-tegra/board-roth-sdhci.c
@@ -170,12 +170,13 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {
.is_8bit = 1,
.tap_delay = 0x5,
.trim_delay = 0xA,
- .ddr_clk_limit = 41000000,
+ .ddr_clk_limit = 51000000,
.max_clk_limit = 156000000,
.mmc_data = {
.built_in = 1,
.ocr_mask = MMC_OCR_1V8_MASK,
- }
+ },
+ .uhs_mask = MMC_MASK_HS200,
};
static struct platform_device tegra_sdhci_device0 = {