summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-sdhci.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-24 14:58:04 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:52:14 -0800
commit6ed6f04e2ba4c0a6fac23606c76a37c0355a3e9c (patch)
tree0a400116d6095cdd42c28b490dceca8464756761 /arch/arm/mach-tegra/board-whistler-sdhci.c
parent67e7fb71f6c9f83dc9b49a3888b070340134ef8c (diff)
ARM: tegra: whistler: Update wifi for K39
Rebase-Id: R34fb28904f35322a48e02a18e022727919f57c1c
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-sdhci.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-sdhci.c b/arch/arm/mach-tegra/board-whistler-sdhci.c
index 51d0f41e2530..dbb93e7d23ec 100644
--- a/arch/arm/mach-tegra/board-whistler-sdhci.c
+++ b/arch/arm/mach-tegra/board-whistler-sdhci.c
@@ -132,10 +132,7 @@ static struct resource sdhci_resource3[] = {
},
};
-static struct tegra_sdhci_platform_data tegra_sdhci_platform_data1 = {
- .clk_id = NULL,
- .force_hs = 0,
- .register_status_notify = whistler_wifi_status_register,
+static struct embedded_sdio_data embedded_sdio_data1 = {
.cccr = {
.sdio_vsn = 2,
.multi_block = 1,
@@ -148,6 +145,13 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data1 = {
.vendor = 0x02d0,
.device = 0x4329,
},
+};
+
+static struct tegra_sdhci_platform_data tegra_sdhci_platform_data1 = {
+ .mmc_data = {
+ .register_status_notify = whistler_wifi_status_register,
+ .embedded_sdio = &embedded_sdio_data1,
+ },
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,