From patchwork Tue Oct 6 13:53:18 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cory Maccarrone X-Patchwork-Id: 51933 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n96E2jOm006476 for ; Tue, 6 Oct 2009 14:02:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932610AbZJFNyS (ORCPT ); Tue, 6 Oct 2009 09:54:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932543AbZJFNyR (ORCPT ); Tue, 6 Oct 2009 09:54:17 -0400 Received: from mail-yx0-f199.google.com ([209.85.210.199]:38410 "EHLO mail-yx0-f199.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932498AbZJFNyO (ORCPT ); Tue, 6 Oct 2009 09:54:14 -0400 Received: by yxe37 with SMTP id 37so3932974yxe.33 for ; Tue, 06 Oct 2009 06:53:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=h7qi26qaGLtcI5MmzVP7SP/u6Wdg9LG44ZabOktHFFU=; b=j/nzAMIlk0VCCxl4+ualUIienNnw22OffixFNyC3wrna98nBFrIkvPQAA6tJhZmmvi 2KRSxiCO/MlqLj853YZgSxyL1fqTmKNNLQgc9TlgEF8NkqG3renH90WGQ1f/Nsd7W0Lf wWtVimeK7nSfKm8zLHrvKrBTPzFYTD2d7YGRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=amKFoTwTMQ769rVxZSIM+sGDyVcDCajtBWpH4CiMnL6cYV2EwsKYpxbpzAwPzr1J3Z GkuagUmp0peaU2+P+D6JqFdlmp4eURXbO5wY3gBLzcXoeKUjSi3lkEtQixQKU5janXW2 BIenIilaC8TBAQMdso3+ihbjbfx9O5I28Ch7E= MIME-Version: 1.0 Received: by 10.150.236.10 with SMTP id j10mr2369636ybh.313.1254837218073; Tue, 06 Oct 2009 06:53:38 -0700 (PDT) From: Cory Maccarrone Date: Tue, 6 Oct 2009 06:53:18 -0700 Message-ID: <6cb013310910060653u4825da1cwf738a9acef5835b2@mail.gmail.com> Subject: [PATCH] [OMAP1] mux: Add MMC mux pins for omap7xx To: linux-omap@vger.kernel.org Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c index d59899d..feb6d8c 100644 --- a/arch/arm/mach-omap1/mux.c +++ b/arch/arm/mach-omap1/mux.c @@ -51,6 +51,11 @@ MUX_CFG_7XX("E3_7XX_KBC4", 13, 25, 0, 24, 1, 0) MUX_CFG_7XX("AA17_7XX_USB_DM", 2, 21, 0, 20, 0, 0) MUX_CFG_7XX("W16_7XX_USB_PU_EN", 2, 25, 0, 24, 0, 0) MUX_CFG_7XX("W17_7XX_USB_VBUSI", 2, 29, 0, 28, 0, 0) + +/* MMC Pins */ +MUX_CFG_7XX("MMC_7XX_CMD", 2, 9, 0, 8, 1, 0) +MUX_CFG_7XX("MMC_7XX_CLK", 2, 13, 0, 12, 1, 0) +MUX_CFG_7XX("MMC_7XX_DAT0", 2, 17, 0, 16, 1, 0) }; #define OMAP7XX_PINS_SZ ARRAY_SIZE(omap7xx_pins) #else diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-omap/include/mach/mux.h index f3c1d8a..56e357e 100644 --- a/arch/arm/plat-omap/include/mach/mux.h +++ b/arch/arm/plat-omap/include/mach/mux.h @@ -219,6 +219,11 @@ enum omap7xx_index { AA17_7XX_USB_DM, W16_7XX_USB_PU_EN, W17_7XX_USB_VBUSI, + + /* MMC */ + MMC_7XX_CMD, + MMC_7XX_CLK, + MMC_7XX_DAT0, }; enum omap1xxx_index {