usb: phy: Skip phy init when eud is connected
Currently phy driver us initializing phy irrespective
of eud connected or not. But driver shouldn't re-init
the phy if eud is connected since it can break eud
functionality once driver powerdown the phy and perform
re-initialization. Prevent this by bailing out early from
phy_init if eud_connected is set to true.
Change-Id: Ie436f8f97cf1f630e9d7ebe028a24812635b2d1f
Signed-off-by:
Pratham Pratap <prathampratap@codeaurora.org>
Loading
Please register or sign in to comment