diff options
Diffstat (limited to 'arch/arm/mach-exynos4/setup-usb-phy.c')
| -rw-r--r-- | arch/arm/mach-exynos4/setup-usb-phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/setup-usb-phy.c b/arch/arm/mach-exynos4/setup-usb-phy.c index 0883c1b824b9..39aca045f660 100644 --- a/arch/arm/mach-exynos4/setup-usb-phy.c +++ b/arch/arm/mach-exynos4/setup-usb-phy.c | |||
| @@ -82,7 +82,7 @@ static int exynos4_usb_phy1_init(struct platform_device *pdev) | |||
| 82 | 82 | ||
| 83 | rstcon &= ~(HOST_LINK_PORT_SWRST_MASK | PHY1_SWRST_MASK); | 83 | rstcon &= ~(HOST_LINK_PORT_SWRST_MASK | PHY1_SWRST_MASK); |
| 84 | writel(rstcon, EXYNOS4_RSTCON); | 84 | writel(rstcon, EXYNOS4_RSTCON); |
| 85 | udelay(50); | 85 | udelay(80); |
| 86 | 86 | ||
| 87 | clk_disable(otg_clk); | 87 | clk_disable(otg_clk); |
| 88 | clk_put(otg_clk); | 88 | clk_put(otg_clk); |
