Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
usb: dwc3: Add support for masking phy reset signal
Versal usb controller drives phy reset signal during Soft Reset or Core Reset to issue reset to the ULPI phy. The ULPI phy needs to be resetted only at the time of intialization. This patch updates the code to provide a function for masking the phy reset signal from reaching the ULPI phy. This function is called only after the phy initialization is done. Signed-off-by: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
- Loading branch information
Anurag Kumar Vulisha
authored and
Michal Simek
committed
Aug 30, 2019
1 parent
20a4daf
commit 31d7800cc8d815f78d1bfa30655799f5733a4f59
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters