summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKen Chang <kenc@nvidia.com>2013-03-19 17:40:40 +0800
committerSimone Willett <swillett@nvidia.com>2013-04-17 17:47:35 -0700
commitd3bc73b90a4e49ca6eab36b98477180be8e0cfda (patch)
treee6a6fc2ff475bb31f2a7552c32cd1426e756d787 /arch
parentd1f2cb7ee324d366afe91ecf83df164d4c01b94e (diff)
ARM: tegra: dalmore: Enable power_off_rail
Turn off sdhci rails for SD card before rebooting the device. Bug 1222606 Bug 1242658 Change-Id: Ic8e4931c3c921ba82a6be2ff371948c9c7501348 Signed-off-by: Ken Chang <kenc@nvidia.com> Reviewed-on: http://git-master/r/210749 Reviewed-on: http://git-master/r/219754 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Tested-by: Chandler Zhang <chazhang@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-dalmore-sdhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore-sdhci.c b/arch/arm/mach-tegra/board-dalmore-sdhci.c
index 0ce220b2c978..ac9a363ca7c4 100644
--- a/arch/arm/mach-tegra/board-dalmore-sdhci.c
+++ b/arch/arm/mach-tegra/board-dalmore-sdhci.c
@@ -163,6 +163,7 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data2 = {
.max_clk_limit = 82000000,
.sd_detect_in_suspend = 1,
.uhs_mask = MMC_UHS_MASK_DDR50,
+ .power_off_rail = true,
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {