From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/9] ehci: adding mux pin for EHCI phy reset line Date: Mon, 21 Sep 2009 17:55:12 -0700 Message-ID: <20090922005512.GG27699@atomide.com> References: <1249560460-16306-1-git-send-email-ajay.gupta@ti.com> <1249560460-16306-2-git-send-email-ajay.gupta@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53855 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751155AbZIVAzM (ORCPT ); Mon, 21 Sep 2009 20:55:12 -0400 Content-Disposition: inline In-Reply-To: <1249560460-16306-2-git-send-email-ajay.gupta@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Ajay Kumar Gupta Cc: linux-omap@vger.kernel.org, felipe.balbi@nokia.com, david-b@pacbell.net * Ajay Kumar Gupta [090806 05:15]: > GPIO135 is used as EHCI (port2) phy reset pin on Multi Media Daughter card > connected to OMAP3EVM. Adding this to omap-fixes branch. Tony > Signed-off-by: Ajay Kumar Gupta > --- > arch/arm/mach-omap2/mux.c | 2 ++ > arch/arm/plat-omap/include/mach/mux.h | 1 + > 2 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c > index 026c4fc..80547cf 100644 > --- a/arch/arm/mach-omap2/mux.c > +++ b/arch/arm/mach-omap2/mux.c > @@ -472,6 +472,8 @@ MUX_CFG_34XX("G25_34XX_GPIO86_OUT", 0x0fc, > OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT) > MUX_CFG_34XX("AG4_34XX_GPIO134_OUT", 0x160, > OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT) > +MUX_CFG_34XX("AF4_34XX_GPIO135_OUT", 0x162, > + OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT) > MUX_CFG_34XX("AE4_34XX_GPIO136_OUT", 0x164, > OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_OUTPUT) > MUX_CFG_34XX("AF6_34XX_GPIO140_UP", 0x16c, > diff --git a/arch/arm/plat-omap/include/mach/mux.h b/arch/arm/plat-omap/include/mach/mux.h > index 85a6217..498fa0c 100644 > --- a/arch/arm/plat-omap/include/mach/mux.h > +++ b/arch/arm/plat-omap/include/mach/mux.h > @@ -846,6 +846,7 @@ enum omap34xx_index { > L8_34XX_GPIO63, > G25_34XX_GPIO86_OUT, > AG4_34XX_GPIO134_OUT, > + AF4_34XX_GPIO135_OUT, > AE4_34XX_GPIO136_OUT, > AF6_34XX_GPIO140_UP, > AE6_34XX_GPIO141, > -- > 1.6.2.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html