summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/tegra11x_usb_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/tegra11x_usb_phy.c')
-rw-r--r--drivers/usb/phy/tegra11x_usb_phy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/phy/tegra11x_usb_phy.c b/drivers/usb/phy/tegra11x_usb_phy.c
index 426a2e69682b..f690691e3fa1 100644
--- a/drivers/usb/phy/tegra11x_usb_phy.c
+++ b/drivers/usb/phy/tegra11x_usb_phy.c
@@ -1,7 +1,7 @@
/*
* drivers/usb/phy/tegra11x_usb_phy.c
*
- * Copyright (c) 2012-2013 NVIDIA Corporation. All rights reserved.
+ * Copyright (c) 2012-2014 NVIDIA Corporation. All rights reserved.
*
*
* This software is licensed under the terms of the GNU General Public
@@ -1023,7 +1023,7 @@ static int utmi_phy_power_on(struct tegra_usb_phy *phy)
utmi_phy_iddq_override(false);
if (usb_phy_reg_status_wait(base + USB_SUSP_CTRL,
- USB_PHY_CLK_VALID, USB_PHY_CLK_VALID, 2500))
+ USB_PHY_CLK_VALID, USB_PHY_CLK_VALID, 2600))
pr_warn("%s: timeout waiting for phy to stabilize\n", __func__);
val = readl(base + HOSTPC1_DEVLC);