Browse Source

usb: mxs-phy: re-init phy during the connection is useless

As phy is working, re-init phy may cause unexpected results

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Peter Chen 12 years ago
parent
commit
0e1a024d1a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/otg/mxs-phy.c

+ 0 - 1
drivers/usb/otg/mxs-phy.c

@@ -80,7 +80,6 @@ static int mxs_phy_on_connect(struct usb_phy *phy, int port)
 {
 	dev_dbg(phy->dev, "Connect on port %d\n", port);
 
-	mxs_phy_hw_init(to_mxs_phy(phy));
 	writel_relaxed(BM_USBPHY_CTRL_ENHOSTDISCONDETECT,
 			phy->io_priv + HW_USBPHY_CTRL_SET);