summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-4430sdp.c
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2011-11-22 14:02:19 (GMT)
committerTony Lindgren <tony@atomide.com>2011-12-09 20:29:15 (GMT)
commitfac1d933f4691d59eb5f6ec02bb8eae8d5c68297 (patch)
tree5838ac04d54e6045efcb54c9e0653e56297736a4 /arch/arm/mach-omap2/board-4430sdp.c
parent6fdc75de7d0554134890d33a0a6f5e18c7503c01 (diff)
downloadlinux-fsl-qoriq-fac1d933f4691d59eb5f6ec02bb8eae8d5c68297.tar.xz
ARM: OMAP: hsmmc: board-sdp4430: declare support for MMC_PM_KEEP_POWER
Declare support for keeping the power of the wlan chip while suspended. this is needed for Wakeup-On-Wireless. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 5156468..ba23224 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -404,6 +404,7 @@ static struct omap2_hsmmc_info mmc[] = {
{
.mmc = 5,
.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
+ .pm_caps = MMC_PM_KEEP_POWER,
.gpio_cd = -EINVAL,
.gpio_wp = -EINVAL,
.ocr_mask = MMC_VDD_165_195,