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

Commit b2563e4c 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-usb: Enable PHY_RETENTION for VDD_MIN on MSM8916"

parents d6a45ee9 e7cc3a95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4843,7 +4843,7 @@ static int msm_otg_probe(struct platform_device *pdev)
	if (motg->pdata->phy_type == SNPS_28NM_INTEGRATED_PHY) {
		if (motg->pdata->otg_control == OTG_PMIC_CONTROL &&
			(!(motg->pdata->mode == USB_OTG) ||
			 motg->pdata->pmic_id_irq))
			 motg->pdata->pmic_id_irq || motg->ext_id_irq))
			motg->caps = ALLOW_PHY_POWER_COLLAPSE |
				ALLOW_PHY_RETENTION;