All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Brian Austin <brian.austin@cirrus.com>
Cc: linux-omap@vger.kernel.org, balbi@ti.com
Subject: Re: [PATCH RESEND] OMAP: beagle: Set USB Host Port 1 to OMAP_USBHS_PORT_MODE_UNUSED
Date: Wed, 20 Jun 2012 07:31:51 -0700	[thread overview]
Message-ID: <20120620143149.GR12766@atomide.com> (raw)
In-Reply-To: <1340115769-16902-1-git-send-email-brian.austin@cirrus.com>

* Brian Austin <brian.austin@cirrus.com> [120619 07:29]:
> The beagleboard USB Host Port that is used is Port 2. The platform driver sets MODE_PHY for port 1 causing pin muxing to override the pins on the expansion
> connector P17 when using board_mux[]. Since USBHS Port 1 is not connected remove the case for muxing the USB Port1 pins by default.
> 
> Patch is based off of 3.5-rc2 from ASoC for-next branch
> 
> Tested with BeagleBoard xM revC and checked the userguides for Beagle xM and revC to be sure USB Port2 is what is used.

Thanks applying into fixes.

Tony

> 
> Signed-off-by: Brian Austin <brian.austin@cirrus.com>
> ---
>  arch/arm/mach-omap2/board-omap3beagle.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
> index 79c6909..75eb88a 100644
> --- a/arch/arm/mach-omap2/board-omap3beagle.c
> +++ b/arch/arm/mach-omap2/board-omap3beagle.c
> @@ -435,7 +435,7 @@ static struct platform_device *omap3_beagle_devices[] __initdata = {
>  
>  static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
>  
> -	.port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
> +	.port_mode[0] = OMAP_USBHS_PORT_MODE_UNUSED,
>  	.port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
>  	.port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,
>  
> -- 
> 1.7.10.4
> 
> 

      reply	other threads:[~2012-06-20 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-19 14:22 [PATCH RESEND] OMAP: beagle: Set USB Host Port 1 to OMAP_USBHS_PORT_MODE_UNUSED Brian Austin
2012-06-20 14:31 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120620143149.GR12766@atomide.com \
    --to=tony@atomide.com \
    --cc=balbi@ti.com \
    --cc=brian.austin@cirrus.com \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.