ARM: tegra: macallan: Enable sd_detect_in_suspend flag
card detection tasklet will be called to detect sd card
Bug 1231010
Change-Id: I7033dead51823b6a4490184e3ab5ae7567f13415
Signed-off-by: Joshua Cha <joshuac@nvidia.com>
Reviewed-on: http://git-master/r/200715
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Tested-by: Bitan Biswas <bbiswas@nvidia.com>
diff --git a/arch/arm/mach-tegra/board-macallan-sdhci.c b/arch/arm/mach-tegra/board-macallan-sdhci.c
index a7ff014..00cebc3 100644
--- a/arch/arm/mach-tegra/board-macallan-sdhci.c
+++ b/arch/arm/mach-tegra/board-macallan-sdhci.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-macallan-sdhci.c
*
- * Copyright (C) 2013 NVIDIA Corporation.
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -138,6 +138,7 @@
.tap_delay = 0x3,
.trim_delay = 0x3,
.ddr_clk_limit = 41000000,
+ .sd_detect_in_suspend = 1,
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {