summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-exynos4212-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-exynos4212-usb.c')
-rw-r--r--drivers/phy/phy-exynos4212-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos4212-usb.c b/drivers/phy/phy-exynos4212-usb.c
index b7de33f6324..80480a4facf 100644
--- a/drivers/phy/phy-exynos4212-usb.c
+++ b/drivers/phy/phy-exynos4212-usb.c
@@ -255,8 +255,8 @@ static int exynos4212_power_on(struct uphy_instance *inst)
if (inst->ref_cnt > 1)
return 0;
- exynos4212_phy_pwr(inst, 1);
exynos4212_isol(inst, 0);
+ exynos4212_phy_pwr(inst, 1);
/* Power on the device, as it is necessary for HSIC to work */
if (inst->cfg->id == EXYNOS4212_HSIC0) {