Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326133
b: refs/heads/master
c: 5ed3387
h: refs/heads/master
i:
  326131: 9865905
v: v3
  • Loading branch information
Shengzhou Liu authored and Greg Kroah-Hartman committed Sep 24, 2012
1 parent 4df40a6 commit 9b1ea33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54575b05af36959dfb6a49a3e9ca0c2b456b7126
refs/heads/master: 5ed338778f917a035f0f0a52327fc4f72e36f7a1
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/ehci-fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ static int ehci_fsl_setup_phy(struct usb_hcd *hcd,
break;
}

if ((pdata->controller_ver) && ((phy_mode == FSL_USB2_PHY_ULPI) ||
(phy_mode == FSL_USB2_PHY_UTMI))) {
if (pdata->controller_ver && (phy_mode == FSL_USB2_PHY_ULPI)) {
/* check PHY_CLK_VALID to get phy clk valid */
if (!spin_event_timeout(in_be32(non_ehci + FSL_SOC_USB_CTRL) &
PHY_CLK_VALID, FSL_USB_PHY_CLK_TIMEOUT, 0)) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/fsl_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define FSL_UTMI_PHY_DLY 10 /*As per P1010RM, delay for UTMI
PHY CLK to become stable - 10ms*/
#define FSL_USB_PHY_CLK_TIMEOUT 1000 /* uSec */
#define FSL_USB_PHY_CLK_TIMEOUT 10000 /* uSec */
#define FSL_USB_VER_OLD 0
#define FSL_USB_VER_1_6 1
#define FSL_USB_VER_2_2 2
Expand Down

0 comments on commit 9b1ea33

Please sign in to comment.