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

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

Merge "regulator: cpr3: Update temp based adjustments config"

parents a60565cb 4f849986
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1011,7 +1011,8 @@ static int cpr3_controller_program_sdelta(struct cpr3_controller *ctrl)
		max_core_count << CPR4_MARGIN_ADJ_CTL_MAX_NUM_CORES_SHIFT
		| ((sdelta->allow_core_count_adj || sdelta->allow_boost)
			? CPR4_MARGIN_ADJ_CTL_CORE_ADJ_EN : 0)
		| ((sdelta->allow_temp_adj && ctrl->supports_hw_closed_loop)
		| ((sdelta->allow_temp_adj && ctrl->supports_hw_closed_loop
			&& sdelta->allow_core_count_adj)
			? CPR4_MARGIN_ADJ_CTL_TEMP_ADJ_EN : 0)
		| (((ctrl->use_hw_closed_loop && !sdelta->allow_boost)
		    || !ctrl->supports_hw_closed_loop)