diff mbox

[PATCH/RFC,2/4] OMAP3EVM: MMC: enable power-saving mode

Message ID 1265244688-4055-3-git-send-email-khilman@deeprootsystems.com (mailing list archive)
State RFC
Delegated to: Kevin Hilman
Headers show

Commit Message

Kevin Hilman Feb. 4, 2010, 12:51 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c
index 346c448..ff849b9 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -191,6 +191,7 @@  static struct omap2_hsmmc_info mmc[] = {
 		.wires		= 4,
 		.gpio_cd	= -EINVAL,
 		.gpio_wp	= 63,
+		.power_saving	= true,
 	},
 	{}	/* Terminator */
 };