summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-mxs-usb.c
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2015-01-16 13:28:58 +0300
committerFelipe Balbi <balbi@ti.com>2015-01-27 18:40:39 +0300
commitdd811ba7427f7e6b7e521f3738a5313d00319675 (patch)
treec4a58e1cfce8114063923d64c89ba5efc8d91c7d /drivers/usb/phy/phy-mxs-usb.c
parentd21daf1e90514cee8e3fb11c8e28acee3fb87edf (diff)
downloadlinux-dd811ba7427f7e6b7e521f3738a5313d00319675.tar.xz
usb: phy: mxs: don't need IP fix for imx6sx
The RLT code has already done it, so no software operation is needed. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-mxs-usb.c')
-rw-r--r--drivers/usb/phy/phy-mxs-usb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-mxs-usb.c b/drivers/usb/phy/phy-mxs-usb.c
index 58cae78b12a4..fcadbd2d65a8 100644
--- a/drivers/usb/phy/phy-mxs-usb.c
+++ b/drivers/usb/phy/phy-mxs-usb.c
@@ -131,8 +131,7 @@ static const struct mxs_phy_data vf610_phy_data = {
};
static const struct mxs_phy_data imx6sx_phy_data = {
- .flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS |
- MXS_PHY_NEED_IP_FIX,
+ .flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS,
};
static const struct of_device_id mxs_phy_dt_ids[] = {