summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/board-mx6q_sabrelite.c
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-01-06 13:58:12 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:19:48 +0800
commit6726c0d73ff8d4b09f777be016de183f6056f306 (patch)
treef73d0314fcaa4310c3ed31a70ae37db2d3eb3c10 /arch/arm/mach-mx6/board-mx6q_sabrelite.c
parent14ad613f8244794135f508a06c6d33e13dc3db47 (diff)
ENGR00171452 [MX6Qsabrelite]:wifi failed to work after system resume.
Set keep power on suspend flag for sd3 & sd4 Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_sabrelite.c')
-rw-r--r--arch/arm/mach-mx6/board-mx6q_sabrelite.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabrelite.c b/arch/arm/mach-mx6/board-mx6q_sabrelite.c
index b2af641a3202..9d688153d59f 100644
--- a/arch/arm/mach-mx6/board-mx6q_sabrelite.c
+++ b/arch/arm/mach-mx6/board-mx6q_sabrelite.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -400,12 +400,14 @@ static int plt_sd4_pad_change(int clock)
static const struct esdhc_platform_data mx6q_sabrelite_sd3_data __initconst = {
.cd_gpio = MX6Q_SABRELITE_SD3_CD,
.wp_gpio = MX6Q_SABRELITE_SD3_WP,
+ .keep_power_at_suspend = 1,
.platform_pad_change = plt_sd3_pad_change,
};
static const struct esdhc_platform_data mx6q_sabrelite_sd4_data __initconst = {
.cd_gpio = MX6Q_SABRELITE_SD4_CD,
.wp_gpio = MX6Q_SABRELITE_SD4_WP,
+ .keep_power_at_suspend = 1,
.platform_pad_change = plt_sd4_pad_change,
};