Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phy: rockchip: inno_usb2: only reset phy if deassert iddq for rk3588
The current code always reset the usb2 phy in the rk3588_usb2phy_tuning(), this cause the usb core reset the device which connected to the usb2 host interface during pm resume. Actually, it only needs to reset the phy when it exit from iddq mode, so add this patch to reset phy more reasonably, and avoid reset usb device during pm resume. Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: I296636321d0cbe6b7ee7be9bd1614237a34312e9
- Loading branch information