Skip to content

Commit

Permalink
ARM: EXYNOS4: Increase reset delay for USB HOST PHY
Browse files Browse the repository at this point in the history
This patch increases reset delay from 50 usec to 80 usec for
USB HOST PHY. In order to reset USB HOST PHY controller properly,
a little extra time is required during its reset cycle.

Signed-off-by: Yulgon Kim <yulgon.kim@samsung.com>
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Yulgon Kim authored and Kukjin Kim committed Aug 19, 2011
1 parent 3f6065d commit 2b431ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos4/setup-usb-phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int exynos4_usb_phy1_init(struct platform_device *pdev)

rstcon &= ~(HOST_LINK_PORT_SWRST_MASK | PHY1_SWRST_MASK);
writel(rstcon, EXYNOS4_RSTCON);
udelay(50);
udelay(80);

clk_disable(otg_clk);
clk_put(otg_clk);
Expand Down

0 comments on commit 2b431ff

Please sign in to comment.