mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "usb: dwc3-msm: Prevent SNPS SS PHY from suspend during runtime suspend"
This commit is contained in:
commit
cbffbe1571
@ -5003,7 +5003,7 @@ static int dwc3_msm_runtime_suspend(struct device *dev)
|
||||
dev_dbg(dev, "DWC3-msm runtime suspend\n");
|
||||
dbg_event(0xFF, "RT Sus", 0);
|
||||
|
||||
return dwc3_msm_suspend(mdwc, false, false);
|
||||
return dwc3_msm_suspend(mdwc, false, true);
|
||||
}
|
||||
|
||||
static int dwc3_msm_runtime_resume(struct device *dev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user