Skip to content

Commit

Permalink
ARM: dts: Slightly increase the SOC to start resuming charging
Browse files Browse the repository at this point in the history
This should solve the weird case of the FG driver holding the SOC too
early. It is still unknown as to why 3.18 did not have this issue using
252 as the SOC level.
  • Loading branch information
nichcream committed Apr 16, 2019
1 parent 81e2a3a commit 52d99c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8937-pmi8950-qrd-sku1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
qcom,warm-bat-india-decidegc = <500>;
qcom,fg-iterm-ma = <200>;
qcom,fg-chg-iterm-ma = <150>;
qcom,resume-soc = <99>;
qcom,resume-soc-raw = <254>;
qcom,fg-cutoff-voltage-mv = <3500>;
qcom,cl-max-increment-deciperc = <1>;
qcom,cl-max-decrement-deciperc = <1>;
Expand Down

0 comments on commit 52d99c4

Please sign in to comment.