mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Merge "usb: phy: Turn on PHY clks with phy_init() when EUD is enabled"
This commit is contained in:
commit
067e89239a
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user