Merge "usb: dwc3-msm: Prevent SNPS SS PHY from suspend during runtime suspend"

This commit is contained in:
qctecmdr 2020-04-27 01:24:34 -07:00 committed by Gerrit - the friendly Code Review server
commit cbffbe1571

View File

@ -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)