diff mbox

omap: zoom: wl1271 slot is MMC_CAP_POWER_OFF_CARD

Message ID 1290815964-30088-1-git-send-email-ohad@wizery.com (mailing list archive)
State Accepted
Commit ba3c7e6ea484b3252d4a01dfa9b18aad3b3bd0fc
Delegated to: Tony Lindgren
Headers show

Commit Message

Ohad Ben Cohen Nov. 26, 2010, 11:59 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-zoom-peripherals.c b/arch/arm/mach-omap2/board-zoom-peripherals.c
index 86c9b21..9db9203 100644
--- a/arch/arm/mach-omap2/board-zoom-peripherals.c
+++ b/arch/arm/mach-omap2/board-zoom-peripherals.c
@@ -216,7 +216,7 @@  static struct omap2_hsmmc_info mmc[] __initdata = {
 	{
 		.name		= "wl1271",
 		.mmc		= 3,
-		.caps		= MMC_CAP_4_BIT_DATA,
+		.caps		= MMC_CAP_4_BIT_DATA | MMC_CAP_POWER_OFF_CARD,
 		.gpio_wp	= -EINVAL,
 		.gpio_cd	= -EINVAL,
 		.nonremovable	= true,