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

Commit 566cdf97 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-hmss-regulator: update CBF offset fuse check"

parents 6331add9 6ec79248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ static inline bool cpr3_msm8996_hmss_use_voltage_offset_fuse(
	struct cpr3_msm8996_hmss_fuses *fuse = vreg->platform_fuses;

	return vreg->thread->ctrl->soc_revision == MSM8996PRO_SOC_ID
	       && fuse->cpr_fusing_rev >= 2
	       && fuse->cpr_fusing_rev >= 1
	       && of_property_read_bool(vreg->of_node, "qcom,is-cbf-regulator");
}