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

Commit 4d43116c authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Change CPR down threshold for msm8939



The current VDD_APC CPR down thresdhold value of 2 makes the
CPR controller too sensitive to voltage ripple in the VDD_APC
supply. This results in the CPR UP and DOWN interrupts firing
repeatedly in an alternating fashion.

Change the CPR down threshold to 3 in order to eliminate the
undesirable CPR interrupt behavior.

CRs-Fixed: 704662
Change-Id: I765dcd9b91a55f81a557c874ff457ee25c9d49fe
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent dd17c860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
		qcom,cpr-irq-line = <0>;
		qcom,cpr-step-quotient = <13>;
		qcom,cpr-up-threshold = <0>;
		qcom,cpr-down-threshold = <2>;
		qcom,cpr-down-threshold = <3>;
		qcom,cpr-idle-clocks = <15>;
		qcom,cpr-gcnt-time = <1>;
		qcom,vdd-apc-step-up-limit = <1>;