Skip to content
Snippets Groups Projects
Commit e98abb14 authored by Thierry Strudel's avatar Thierry Strudel
Browse files

arm64: dts: walleye: set fg-empty-voltage to 3.2V


Default fg-empty-voltage setting is 2850mV which is lower than the PMI
VBAT_TOO_LOW cut off and can lead to device brown out.
Raising fg-empty-voltage to 3.2V ensures device will perform a
controlled shutdown as 0% will be reported if battery voltage becomes
temporarily lower than this threshold.

Bug: 69274808
Change-Id: Ia97cc0cdd8efb46bc5d733a586fc59daf6e8aaef
Signed-off-by: default avatarThierry Strudel <tstrudel@google.com>
parent 702565b5
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
qcom,fg-chg-term-current = <50>;
qcom,fg-sys-term-current = <(-405)>;
qcom,fg-cutoff-voltage = <3400>;
qcom,fg-empty-voltage = <3200>;
qcom,hold-soc-while-full;
qcom,linearize-soc;
qcom,cl-max-decrement = <5>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment