From patchwork Thu Feb 4 00:51:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 76875 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o140pdtT017178 for ; Thu, 4 Feb 2010 00:51:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932983Ab0BDAvo (ORCPT ); Wed, 3 Feb 2010 19:51:44 -0500 Received: from mail-yx0-f189.google.com ([209.85.210.189]:54207 "EHLO mail-yx0-f189.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932716Ab0BDAvn (ORCPT ); Wed, 3 Feb 2010 19:51:43 -0500 Received: by mail-yx0-f189.google.com with SMTP id 27so1717780yxe.4 for ; Wed, 03 Feb 2010 16:51:43 -0800 (PST) Received: by 10.150.251.42 with SMTP id y42mr1044138ybh.2.1265244703214; Wed, 03 Feb 2010 16:51:43 -0800 (PST) Received: from localhost (deeprootsystems.com [216.254.16.51]) by mx.google.com with ESMTPS id 5sm2685149yxg.46.2010.02.03.16.51.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Feb 2010 16:51:42 -0800 (PST) From: Kevin Hilman To: linux-omap@vger.kernel.org Subject: [PATCH/RFC 2/4] OMAP3EVM: MMC: enable power-saving mode Date: Wed, 3 Feb 2010 16:51:26 -0800 Message-Id: <1265244688-4055-3-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.6.6 In-Reply-To: <1265244688-4055-1-git-send-email-khilman@deeprootsystems.com> References: <1265244688-4055-1-git-send-email-khilman@deeprootsystems.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 04 Feb 2010 00:51:44 +0000 (UTC) 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 */ };