Merge "usb: phy: eusb2: Add 10us delay in eusb2 phy init"

This commit is contained in:
QCTECMDR Service 2024-08-04 10:16:30 -07:00 committed by Gerrit - the friendly Code Review server
commit ce6738cfc9

View File

@ -709,6 +709,8 @@ static int msm_eusb2_phy_init(struct usb_phy *uphy)
msm_eusb2_write_readback(phy->base, USB_PHY_UTMI_CTRL5, POR, POR);
udelay(10);
msm_eusb2_write_readback(phy->base, USB_PHY_HS_PHY_CTRL_COMMON0,
PHY_ENABLE | RETENABLEN, PHY_ENABLE | RETENABLEN);