Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b73d56ac authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "USB: phy: msm: Don't put femto PHY in SIDDQ during host bus suspend"

parents 1e2e97fe e0e88991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4734,7 +4734,7 @@ static int msm_otg_probe(struct platform_device *pdev)
	 * pull-down during suspend without any additional
	 * hardware re-work.
	 */
	if (motg->pdata->phy_dvdd_always_on)
	if (motg->pdata->phy_type == SNPS_FEMTO_PHY)
		motg->caps |= ALLOW_BUS_SUSPEND_WITHOUT_REWORK;

	wake_lock(&motg->wlock);