Skip to content

Commit dd811ba

Browse files
Peter ChenFelipe Balbi
authored andcommitted
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 <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent d21daf1 commit dd811ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/usb/phy/phy-mxs-usb.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ static const struct mxs_phy_data vf610_phy_data = {
131131
};
132132

133133
static const struct mxs_phy_data imx6sx_phy_data = {
134-
.flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS |
135-
MXS_PHY_NEED_IP_FIX,
134+
.flags = MXS_PHY_DISCONNECT_LINE_WITHOUT_VBUS,
136135
};
137136

138137
static const struct of_device_id mxs_phy_dt_ids[] = {

0 commit comments

Comments
 (0)