summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianzheng Zhou <jianzheng.zhou@freescale.com>2012-12-13 16:34:37 +0800
committerJianzheng Zhou <jianzheng.zhou@freescale.com>2012-12-14 09:36:39 +0800
commite651bc0c98f8d3a77cf2836522c6bd1c48517454 (patch)
tree11ae85aabf7712d07d04d554aae7c130318e6a46
parent1abfa9cc1daa8b95a47d738c4eaf58df18a41795 (diff)
ENGR00236512 mmc: esdhc: make sd3 and sd2 have same platform config
Let sd2 and sd3 slot to have the same platform config. It will remove the restriction that wifi dongle must be inserted into the certain slot. Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabresd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c
index aee782ff0d91..7e6ae6a5c2d8 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabresd.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c
@@ -231,6 +231,7 @@ static const struct esdhc_platform_data mx6q_sabresd_sd3_data __initconst = {
.support_8bit = 1,
.delay_line = 0,
.cd_type = ESDHC_CD_CONTROLLER,
+ .runtime_pm = 1,
};
static const struct esdhc_platform_data mx6q_sabresd_sd4_data __initconst = {