]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
usb: phy: tegra: increase the timeout for phy clk
authorPreetham Chandru R <pchandru@nvidia.com>
Mon, 21 Apr 2014 11:34:12 +0000 (17:04 +0530)
committerMatthew Pedro <mapedro@nvidia.com>
Wed, 13 Aug 2014 16:54:39 +0000 (09:54 -0700)
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>
drivers/usb/phy/tegra11x_usb_phy.c

index 33fb6bbdb5378234aa7faf670efacb47d4e60f7b..c56d6ca8c5f7dbffc6de8798b481ea988ff232c0 100644 (file)
@@ -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);