diff options
author | Ryan QIAN <b32804@freescale.com> | 2011-11-22 10:40:25 +0800 |
---|---|---|
committer | Ryan QIAN <b32804@freescale.com> | 2011-11-22 10:40:25 +0800 |
commit | 577465d19b56f7873f0d2b84bab69c9d731f037d (patch) | |
tree | 00eaef333f7205eec7a206dbdb4b877bccbc9c9e /arch/arm/mach-mx6/board-mx6q_arm2.c | |
parent | b5246424eeaa971a8d4a1346b1d08fb5180e9991 (diff) |
ENGR00162792-2 [IMX6Q] mmc host pm caps should be board related
- add board data for mmc host keep power at suspend
Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_arm2.c')
-rw-r--r-- | arch/arm/mach-mx6/board-mx6q_arm2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_arm2.c b/arch/arm/mach-mx6/board-mx6q_arm2.c index f1f9600fb674..4274d3d22008 100644 --- a/arch/arm/mach-mx6/board-mx6q_arm2.c +++ b/arch/arm/mach-mx6/board-mx6q_arm2.c @@ -420,6 +420,7 @@ static const struct esdhc_platform_data mx6q_arm2_sd3_data __initconst = { .wp_gpio = MX6Q_ARM2_SD3_WP, .support_18v = 1, .support_8bit = 1, + .keep_power_at_suspend = 1, .delay_line = 0, .platform_pad_change = plt_sd3_pad_change, }; @@ -428,6 +429,7 @@ static const struct esdhc_platform_data mx6q_arm2_sd3_data __initconst = { static const struct esdhc_platform_data mx6q_arm2_sd4_data __initconst = { .always_present = 1, .support_8bit = 1, + .keep_power_at_suspend = 1, .platform_pad_change = plt_sd4_pad_change, }; |