diff --git a/drivers/usb/phy/phy-msm-snps-eusb2.c b/drivers/usb/phy/phy-msm-snps-eusb2.c index e5dc1e51c49e..e4a7bb7cb9f5 100644 --- a/drivers/usb/phy/phy-msm-snps-eusb2.c +++ b/drivers/usb/phy/phy-msm-snps-eusb2.c @@ -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); } }