summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianzheng Zhou <jianzheng.zhou@freescale.com>2012-12-13 16:34:37 +0800
committerTapani <tapani@vmail.me>2013-03-29 11:41:35 +0800
commitb19d6f8c4579e05eb80b6972dfb2b8c0308696ea (patch)
tree2c1e1236c5b26fc7b31a5e0c7bd45f30dc27bda8
parent730c12b7f6fa1493aaf51b47ee4d6ada8ee3b500 (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 = {