]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: dwc3: Add support to reset usb ULPI phy
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Tue, 2 Nov 2021 11:46:28 +0000 (05:46 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 3 Nov 2021 10:34:55 +0000 (11:34 +0100)
commit7cf60855c1bce2d543944dcbe592740af3d726c0
tree24c9f1937c095b2c8bcd240ee8bcfbdd8bb11824
parenta90d53f940fc47feec9eb1ea8fac0dc5dd5bd189
usb: dwc3: Add support to reset usb ULPI phy

When usb PHY initialization is done, the PHY need to be reset. In
dwc3-generic driver we are requesting for corresponding modepin gpio
and toggle it to reset the PHY using modepin gpio driver.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
drivers/usb/dwc3/dwc3-generic.c