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

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

Merge "usb: qusb2: De-assert TCSR_QUSB2PHY_CLAMP_DIG_N_1P8 upon boot up"

parents 164220fb 6ffbb989
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1088,6 +1088,10 @@ static int qusb_phy_probe(struct platform_device *pdev)
	if (ret)
		usb_remove_phy(&qphy->phy);

	/* de-assert clamp dig n to reduce leakage on 1p8 upon boot up */
	if (qphy->tcsr_clamp_dig_n)
		writel_relaxed(0x0, qphy->tcsr_clamp_dig_n);

	return ret;
}