From patchwork Fri Apr 29 11:41:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: srinath@mistralsolutions.com X-Patchwork-Id: 740741 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 p3TCPgnR009630 for ; Fri, 29 Apr 2011 12:25:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752114Ab1D2MZ1 (ORCPT ); Fri, 29 Apr 2011 08:25:27 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:50979 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751491Ab1D2MZO (ORCPT ); Fri, 29 Apr 2011 08:25:14 -0400 Received: by pvg12 with SMTP id 12so2266237pvg.19 for ; Fri, 29 Apr 2011 05:25:14 -0700 (PDT) Received: by 10.68.46.169 with SMTP id w9mr4997901pbm.23.1304079914432; Fri, 29 Apr 2011 05:25:14 -0700 (PDT) Received: from localhost ([220.227.202.101]) by mx.google.com with ESMTPS id y8sm1885827pba.51.2011.04.29.05.25.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Apr 2011 05:25:11 -0700 (PDT) From: srinath@mistralsolutions.com To: linux-omap@vger.kernel.org Cc: jdk@ti.com, tony@atomide.com, linux-kernel@vger.kernel.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, khilman@deeprootsystems.com, nm@ti.com, nagendra@mistralsolutions.com, umeshk@mistralsolutions.com, Srinath Subject: [PATCH 1/2] AM35xx-Craneboard: USB EHCI: Fix USB ECHI PHY reset Date: Fri, 29 Apr 2011 17:11:00 +0530 Message-Id: <1304077261-17811-1-git-send-email-srinath@mistralsolutions.com> X-Mailer: git-send-email 1.7.1.226.g770c5 In-Reply-To: <[PATCH]> References: <[PATCH]> 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.6 (demeter1.kernel.org [140.211.167.41]); Fri, 29 Apr 2011 12:25:42 +0000 (UTC) From: Srinath This patch fixes the EHCI PHY reset issue found on CraneBoard. Signed-off-by: Srinath --- arch/arm/mach-omap2/board-am3517crane.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517crane.c b/arch/arm/mach-omap2/board-am3517crane.c index a890d24..05867b5 100644 --- a/arch/arm/mach-omap2/board-am3517crane.c +++ b/arch/arm/mach-omap2/board-am3517crane.c @@ -60,7 +60,7 @@ static struct usbhs_omap_board_data usbhs_bdata __initdata = { .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED, .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED, - .phy_reset = true, + .phy_reset = false, .reset_gpio_port[0] = GPIO_USB_NRESET, .reset_gpio_port[1] = -EINVAL, .reset_gpio_port[2] = -EINVAL