diff options
-rw-r--r-- | drivers/usb/phy/tegra11x_usb_phy.c | 2 |
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); |