summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-aruba-sdhci.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-10 20:26:08 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:45:27 -0800
commitc56d3b28cabf2e5bd6d3c12bb8cfd94cd38f476d (patch)
tree110c273d60d8107569ca45523bcac60da162c31c /arch/arm/mach-tegra/board-aruba-sdhci.c
parent63e9a424f7efc802fcfaea0a29b7b4b44760b35b (diff)
ARM: tegra: Update aruba boardfiles for k39
Rebase-Id: Ra41c8b224481178448d9231ce736b86f3b074865
Diffstat (limited to 'arch/arm/mach-tegra/board-aruba-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-aruba-sdhci.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/arm/mach-tegra/board-aruba-sdhci.c b/arch/arm/mach-tegra/board-aruba-sdhci.c
index f6d00ebad978..26b04a9021e1 100644
--- a/arch/arm/mach-tegra/board-aruba-sdhci.c
+++ b/arch/arm/mach-tegra/board-aruba-sdhci.c
@@ -103,8 +103,6 @@ static struct resource sdhci_resource3[] = {
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
- .clk_id = NULL,
- .force_hs = 0,
#if ARUBA_WIFI /* !!!FIXME!!! NOT SUPPORTED YET */
.register_status_notify = aruba_wifi_status_register,
.cccr = {
@@ -123,25 +121,21 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
- .max_clk = 12000000,
+/* .max_clk = 12000000, */
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data2 = {
- .clk_id = NULL,
- .force_hs = 1,
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
- .max_clk = 12000000,
+/* .max_clk = 12000000, */
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {
- .clk_id = NULL,
- .force_hs = 0,
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
- .max_clk = 12000000,
+/* .max_clk = 12000000, */
};
static struct platform_device tegra_sdhci_device0 = {