ARM: tegra: dalmore: Unmask HS200 mode support
Unmasking HS200 mode support and setting 156MHz as the clock limit
for HS200 mode.
Bug 1225343
Change-Id: Id5949c1bb85046032eb3399fb1663f0587cabb87
Signed-off-by: Pavan Kunapuli <pkunapuli@nvidia.com>
Reviewed-on: http://git-master/r/200395
Reviewed-by: Naveen Kumar Arepalli <naveenk@nvidia.com>
Tested-by: Naveen Kumar Arepalli <naveenk@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Rama Kandhala <rkandhala@nvidia.com>
diff --git a/arch/arm/mach-tegra/board-dalmore-sdhci.c b/arch/arm/mach-tegra/board-dalmore-sdhci.c
index 78c6b00..0ce220b 100644
--- a/arch/arm/mach-tegra/board-dalmore-sdhci.c
+++ b/arch/arm/mach-tegra/board-dalmore-sdhci.c
@@ -1,8 +1,8 @@
/*
* arch/arm/mach-tegra/board-dalmore-sdhci.c
*
- * Copyright (C) 2010 Google, Inc.
- * Copyright (C) 2013 NVIDIA Corporation.
+ * Copyright (c) 2010, Google, Inc.
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -173,11 +173,11 @@
.tap_delay = 0x5,
.trim_delay = 0,
.ddr_clk_limit = 41000000,
+ .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 = {