linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 1/5] usb: fsl: Set USB_EN bit to select ULPI phy
@ 2019-06-14  8:54 Yinbo Zhu
  2019-06-14  8:54 ` [PATCH v7 2/5] usb: phy: Workaround for USB erratum-A005728 Yinbo Zhu
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Yinbo Zhu @ 2019-06-14  8:54 UTC (permalink / raw)
  To: Alan Stern
  Cc: yinbo.zhu, xiaobo.xie, jiafei.pan, Greg Kroah-Hartman,
	Ramneek Mehresh, Nikhil Badola, Ran Wang, linux-usb,
	linux-kernel

From: Nikhil Badola <nikhil.badola@freescale.com>

Set USB_EN bit to select ULPI phy for USB controller version 2.5

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 drivers/usb/host/ehci-fsl.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c
index e3d0c1c25160..38674b7aa51e 100644
--- a/drivers/usb/host/ehci-fsl.c
+++ b/drivers/usb/host/ehci-fsl.c
@@ -122,6 +122,12 @@ static int fsl_ehci_drv_probe(struct platform_device *pdev)
 		tmp |= 0x4;
 		iowrite32be(tmp, hcd->regs + FSL_SOC_USB_CTRL);
 	}
+
+	/* Set USB_EN bit to select ULPI phy for USB controller version 2.5 */
+	if (pdata->controller_ver == FSL_USB_VER_2_5 &&
+	    pdata->phy_mode == FSL_USB2_PHY_ULPI)
+		iowrite32be(USB_CTRL_USB_EN, hcd->regs + FSL_SOC_USB_CTRL);
+
 	/*
 	 * Enable UTMI phy and program PTS field in UTMI mode before asserting
 	 * controller reset for USB Controller version 2.5
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-06-24  7:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14  8:54 [PATCH v7 1/5] usb: fsl: Set USB_EN bit to select ULPI phy Yinbo Zhu
2019-06-14  8:54 ` [PATCH v7 2/5] usb: phy: Workaround for USB erratum-A005728 Yinbo Zhu
2019-06-14  8:54 ` [PATCH v7 3/5] usb: linux/fsl_device: Add platform member has_fsl_erratum_a006918 Yinbo Zhu
2019-06-14  8:54 ` [PATCH v7 4/5] usb: host: Stops USB controller init if PLL fails to lock Yinbo Zhu
2019-06-20 12:10   ` Greg Kroah-Hartman
2019-06-24  4:05     ` [EXT] " Yinbo Zhu
2019-06-14  8:54 ` [PATCH v7 5/5] usb :fsl: Change string format for errata property Yinbo Zhu
2019-06-20 12:10 ` [PATCH v7 1/5] usb: fsl: Set USB_EN bit to select ULPI phy Greg Kroah-Hartman
2019-06-24  7:16   ` [EXT] " Yinbo Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).