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

Commit 0de54712 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: qusb: Don't held QUSB PHY into reset state"

parents 0d0f8b40 31732e99
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -975,15 +975,7 @@ static int qusb_phy_probe(struct platform_device *pdev)
		qphy->phy.notify_disconnect     = qusb_phy_notify_disconnect;
	}

	/*
	 * QUSB PHY is required to be kept into reset to save leakage current
	 * as it is out of reset as part of Chip reset. Hence keep QUSB PHY
	 * into reset explicitly here. When Controller driver is probed, it
	 * brings QUSB PHY out of reset after initializing it.
	 */
	clk_reset(qphy->phy_reset, CLK_RESET_ASSERT);
	ret = usb_add_phy_dev(&qphy->phy);

	return ret;
}