aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/phy-msm-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c
index 591b406fd7f7..c522c4ff8084 100644
--- a/drivers/usb/phy/phy-msm-usb.c
+++ b/drivers/usb/phy/phy-msm-usb.c
@@ -1600,7 +1600,7 @@ static int msm_otg_probe(struct platform_device *pdev)
1600 if (IS_ERR(phy_select)) 1600 if (IS_ERR(phy_select))
1601 return PTR_ERR(phy_select); 1601 return PTR_ERR(phy_select);
1602 /* Enable second PHY with the OTG port */ 1602 /* Enable second PHY with the OTG port */
1603 writel_relaxed(0x1, phy_select); 1603 writel(0x1, phy_select);
1604 } 1604 }
1605 1605
1606 dev_info(&pdev->dev, "OTG regs = %p\n", motg->regs); 1606 dev_info(&pdev->dev, "OTG regs = %p\n", motg->regs);