]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/usb/phy/tegra11x_usb_phy.c
usb: phy: tegra: increase the timeout for phy clk
[sojka/nv-tegra/linux-3.10.git] / 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);