From patchwork Tue Dec 21 14:14:34 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 424441 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBLEEs7F024250 for ; Tue, 21 Dec 2010 14:14:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862Ab0LUOOs (ORCPT ); Tue, 21 Dec 2010 09:14:48 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:32892 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751167Ab0LUOOs (ORCPT ); Tue, 21 Dec 2010 09:14:48 -0500 Received: from dlep33.itg.ti.com ([157.170.170.112]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id oBLEEh9t019318 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Dec 2010 08:14:43 -0600 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id oBLEEfKg026218; Tue, 21 Dec 2010 08:14:41 -0600 (CST) Received: from senorita (senorita.am.dhcp.ti.com [128.247.74.250]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id oBLEEff05677; Tue, 21 Dec 2010 08:14:41 -0600 (CST) Received: by senorita (Postfix, from userid 1000) id 0A20FC2AF; Tue, 21 Dec 2010 08:14:41 -0600 (CST) From: Nishanth Menon To: linux-omap , linux-arm Cc: Tony , Raghuveer Murthy , Kishore Kadiyala Subject: [PATCH v2] OMAP4: Pandaboard: Fix MMC card detect gpio line Date: Tue, 21 Dec 2010 08:14:34 -0600 Message-Id: <1292940874-21419-1-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.6.3.3 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 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Dec 2010 14:14:56 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 1ecd0a6..da24745 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -142,6 +142,7 @@ static struct omap2_hsmmc_info mmc[] = { .mmc = 1, .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, .gpio_wp = -EINVAL, + .gpio_cd = -EINVAL, }, {} /* Terminator */ };