mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
scarlet: Lower VMIVR
Lower minimum input voltage regulation from 4.4V to 4V. BUG=b:67932466 BRANCH=none TEST=manually poke the register value and confirm VMIVR is 4V Change-Id: Ia1af423612a35ef48ecdd2987cdcc7d10f81bc28 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/727411 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: David Schneider <dnschneid@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
@@ -47,7 +47,7 @@ struct charger_init_setting {
|
||||
|
||||
static const struct charger_init_setting rt946x_charger_init_setting = {
|
||||
.eoc_current = 250,
|
||||
.mivr = 4400,
|
||||
.mivr = 4000,
|
||||
.ircmp_vclamp = 32,
|
||||
.ircmp_res = 25,
|
||||
.boost_voltage = 5050,
|
||||
|
||||
Reference in New Issue
Block a user