summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPreetham Chandru R <pchandru@nvidia.com>2014-04-21 17:04:12 +0530
committerMatthew Pedro <mapedro@nvidia.com>2014-08-13 09:54:39 -0700
commit7fb0d8665a044c61489c37776fcc38e18e5c8f18 (patch)
tree36c4d6b81585ddc4db8140250215c002a1822cf5 /drivers
parent85506ac66d58e640bd9528a8e670fc638815bf8c (diff)
usb: phy: tegra: increase the timeout for phy clk
Increase the timeout for phy clk to stabilize Bug 1485579 Signed-off-by: Preetham Chandru R <pchandru@nvidia.com> Change-Id: Ic73436dd5b74f327707b0c36ef0323d6decd9c67 Reviewed-on: http://git-master/r/408597 (cherry picked from commit 921b5ba58fc4e9427824d16bd3648055ca11b37c) Reviewed-on: http://git-master/r/455528 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty <vmoganty@nvidia.com> Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/phy/tegra11x_usb_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/tegra11x_usb_phy.c b/drivers/usb/phy/tegra11x_usb_phy.c
index 33fb6bbdb537..c56d6ca8c5f7 100644
--- a/drivers/usb/phy/tegra11x_usb_phy.c
+++ b/drivers/usb/phy/tegra11x_usb_phy.c
@@ -1133,7 +1133,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);