summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-sdhci.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-05-13 19:28:03 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:52:11 -0800
commit46834140dca922ed6acfccf9d961e4bb67289d34 (patch)
treea3e0e917ca0d91207bf5f1f0968ce6c3e4275886 /arch/arm/mach-tegra/board-ventana-sdhci.c
parentfd59c4d7ec1e079041739c01f66db24cabf9b1d3 (diff)
ARM: tegra: Update ventana boardfiles for k39
Rebase-Id: Rd892620a1f547e4e4f55b6c2d768a528a37fbd63
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-sdhci.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-sdhci.c b/arch/arm/mach-tegra/board-ventana-sdhci.c
index c0dfd84e3e32..72b283681c3c 100644
--- a/arch/arm/mach-tegra/board-ventana-sdhci.c
+++ b/arch/arm/mach-tegra/board-ventana-sdhci.c
@@ -96,9 +96,7 @@ static struct resource sdhci_resource3[] = {
},
};
-
-static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
- .register_status_notify = ventana_wifi_status_register,
+static struct embedded_sdio_data embedded_sdio_data0 = {
.cccr = {
.sdio_vsn = 2,
.multi_block = 1,
@@ -111,6 +109,13 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
.vendor = 0x02d0,
.device = 0x4329,
},
+};
+
+static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
+ .mmc_data = {
+ .register_status_notify = ventana_wifi_status_register,
+ .embedded_sdio = &embedded_sdio_data0,
+ },
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,