summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-sdhci.c
diff options
context:
space:
mode:
authorBharat Nihalani <bnihalani@nvidia.com>2011-10-24 19:25:19 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:52:35 -0800
commitf6b763f59a718390810e4031f07a0e9ee205131c (patch)
tree32a68c774f00190c59bbaef10bb09f8afdff0c45 /arch/arm/mach-tegra/board-whistler-sdhci.c
parentdce209a7a5101810a8e11b9327d3d1fc60c6fcf9 (diff)
ARM: tegra: whistler: set built_in for non-removable media
This is done for EMMC and SDIO. Change-Id: Ic55d4eaff95bb3ee04c45bd8ff11a0c1b15035d8 Reviewed-on: http://git-master/r/59949 Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R0f551fc7d4e64eb26d417b3cec7b16a2c445cffe
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-sdhci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-sdhci.c b/arch/arm/mach-tegra/board-whistler-sdhci.c
index dbb93e7d23ec..9a6aebb6d8a7 100644
--- a/arch/arm/mach-tegra/board-whistler-sdhci.c
+++ b/arch/arm/mach-tegra/board-whistler-sdhci.c
@@ -151,6 +151,7 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data1 = {
.mmc_data = {
.register_status_notify = whistler_wifi_status_register,
.embedded_sdio = &embedded_sdio_data1,
+ .built_in = 1,
},
.cd_gpio = -1,
.wp_gpio = -1,
@@ -167,6 +168,9 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
+ .mmc_data = {
+ .built_in = 1,
+ }
};
static struct platform_device tegra_sdhci_device1 = {