summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-sdhci.c
diff options
context:
space:
mode:
authorPradeep Goudagunta <pgoudagunta@nvidia.com>2011-05-06 19:34:30 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:01 -0800
commit29a409a0206501de53cd2ffdc469660e7c3846bd (patch)
treefe7a15153203d0f2984bfd9aac6f6407fc95bdd4 /arch/arm/mach-tegra/board-enterprise-sdhci.c
parentccdb4fdfbe8d64c227579ca1eac2e5561184721f (diff)
ARM: tegra: enterprise: sdhci: Build FIX
Build Fix. Bug 822432 Change-Id: Ia9d2d3ddc9aa9b2c00761ceb30a2bdcda8d261cf Reviewed-on: http://git-master/r/30718 Reviewed-by: Pradeep Goudagunta <pgoudagunta@nvidia.com> Tested-by: Pradeep Goudagunta <pgoudagunta@nvidia.com> Reviewed-by: Pavan Kunapuli <pkunapuli@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Rebase-Id: R9f6c1953031d39ab4d10283c3be0d9ff6216de02
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-sdhci.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-sdhci.c b/arch/arm/mach-tegra/board-enterprise-sdhci.c
index 2dce79c27e93..807a0d4ffdb6 100644
--- a/arch/arm/mach-tegra/board-enterprise-sdhci.c
+++ b/arch/arm/mach-tegra/board-enterprise-sdhci.c
@@ -69,8 +69,10 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
.power_gpio = -1,
.tap_delay = 6,
.is_voltage_switch_supported = true,
- .vsd_name = "vddio_sdmmc1",
- .vsd_slot_name = "vddio_sd_slot",
+ .vdd_rail_name = "vddio_sdmmc1",
+ .slot_rail_name = "vddio_sd_slot",
+ .vdd_max_uv = 3320000,
+ .vdd_min_uv = 3280000,
.max_clk = 208000000,
.is_8bit_supported = false,
};
@@ -83,8 +85,10 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {
.power_gpio = -1,
.tap_delay = 6,
.is_voltage_switch_supported = false,
- .vsd_name = NULL,
- .vsd_slot_name = NULL,
+ .vdd_rail_name = NULL,
+ .slot_rail_name = NULL,
+ .vdd_max_uv = -1,
+ .vdd_min_uv = -1,
.max_clk = 48000000,
.is_8bit_supported = true,
};