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

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

Merge "power: smblib: extend wait time after force sink in try.SNK"

parents e20841f6 692cec45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3827,7 +3827,7 @@ static int typec_try_sink(struct smb_charger *chg)
	 * give opportunity to the other side to be a SRC,
	 * for tDRPTRY + Tccdebounce time
	 */
	msleep(100);
	msleep(120);

	rc = smblib_read(chg, TYPE_C_STATUS_4_REG, &stat);
	if (rc < 0) {