summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-21 13:19:06 +0800
committerAndy Green <andy.green@linaro.org>2012-01-24 14:43:44 +0800
commit891476644452523bb0f03ffa49ddaf192e35f60e (patch)
treef790f7afbb36a6d5340c0bcd56d37ef0d71ef688
parent95c05de1021b2e0d47a4e393abee6c061e11ce60 (diff)
fix broken usb host uplevel
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/mfd/omap-usb-host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index e4c7f0f9a22..c7a80587fcf 100644
--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -514,6 +514,7 @@ static void omap_usbhs_init(struct device *dev)
/* Hold the PHY in RESET for enough time till DIR is high */
udelay(10);
+ }
/* Put UHH in NoIdle/NoStandby mode */
reg = usbhs_read(omap->uhh_base, OMAP_UHH_SYSCONFIG);
if (is_omap_usbhs_rev1(omap)) {