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

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

Merge "regulator: cpr-regulator: remove SVS CPR quotient constraints"

parents 14e9ed72 9fbfcf81
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1951,10 +1951,8 @@ static int cpr_init_cpr_efuse(struct platform_device *pdev,
		int *quot = cpr_vreg->cpr_fuse_target_quot;
		bool valid_fuse = true;

		if ((quot[CPR_FUSE_CORNER_TURBO] >
			quot[CPR_FUSE_CORNER_NORMAL]) &&
		    (quot[CPR_FUSE_CORNER_NORMAL] >
			quot[CPR_FUSE_CORNER_SVS])) {
		if (quot[CPR_FUSE_CORNER_TURBO] >
			quot[CPR_FUSE_CORNER_NORMAL]) {
			if ((quot[CPR_FUSE_CORNER_TURBO] -
			     quot[CPR_FUSE_CORNER_NORMAL])
					<= CPR_FUSE_MIN_QUOT_DIFF)