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

Commit 971a827f authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

ARM: dts: msm: update APC CPR voltage margins for msm8940



Update APC CPR open-loop and closed-loop voltage margins
for msm8940 based on voltage characterization results.

CRs-Fixed: 1053171
Change-Id: Id5e2f6e918354241c1a21629d5b63a2241aebf58
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent d48eef6e
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -235,15 +235,18 @@
	qcom,pvs-version-fuse-sel = <37 40 3 0>; /* foundry */
	qcom,cpr-fuse-version-map =
		<(-1)   0  (-1) (-1) (-1) (-1)>,
		<(-1)   1  (-1) (-1) (-1) (-1)>;
		<(-1)   1  (-1) (-1) (-1) (-1)>,
		<(-1)   5  (-1) (-1) (-1) (-1)>;

	qcom,cpr-init-voltage-adjustment =
		<0    0     0>,
		<0    0 20000>;
		<0    0 20000>,
		<0    0 15000>;

	qcom,cpr-quotient-adjustment =
		<0    0    0>,
		<38   0   28>; /* SVSP(20mv); TURBO(15mv); KV(1.9) */
		<38   0   28>, /* SVSP(20mv); TURBO(15mv); KV(1.9) */
		<0    0   19>; /* TURBO(10mv); KV(1.9) */

	qcom,cpr-enable;
};