Skip to content

Commit

Permalink
WIP: battery calibration
Browse files Browse the repository at this point in the history
Removed CV charging part to be better aligned with discharge percent.
  • Loading branch information
mcerveny committed Oct 14, 2021
1 parent 8e015b2 commit 95eae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/rk3128-wx8.dts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
voltage_divider = <200 200>; // adc resistor divider

discharge_table = <3500 3586 3636 3663 3724 3744 3760 3773 3772 3794 3806 3854 3897 3949 3986 4035 4075 4118 4150>; // mV
charge_table = <3600 3900 3928 3965 3994 4015 4023 4045 4059 4096 4133 4171 4217 4229 4231 4233 4235 4237 4280>; // mV, without mA cannot determine charging in CV part
charge_table = <3600 3900 3928 3965 3994 4015 4023 4045 4059 4096 4133 4171 4250>; // mV, without mA cannot determine charging in CV part

design_capacity = <3000>; // mAh, battery "GSL475568"

Expand Down

0 comments on commit 95eae0f

Please sign in to comment.