Merge "usb: phy: Turn on PHY clks with phy_init() when EUD is enabled"

This commit is contained in:
qctecmdr 2022-09-19 17:42:37 -07:00 committed by Gerrit - the friendly Code Review server
commit 067e89239a

View File

@ -682,6 +682,7 @@ static int msm_eusb2_phy_init(struct usb_phy *uphy)
phy->re_enable_eud = true;
} else {
msm_eusb2_phy_power(phy, true);
msm_eusb2_phy_clocks(phy, true);
return msm_eusb2_repeater_reset_and_init(phy);
}
}