mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 04:43:50 +00:00
charger/rt946x: Increase boost current threshold
We should at least be able to source 1.5A. BUG=b:70524967 BRANCH=none TEST=Confirm reg 0x0a is set correctly Change-Id: Ia21af18d72138b5ab81f683df5aaa92c50981694 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/830896 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
@@ -51,7 +51,7 @@ static const struct charger_init_setting rt946x_charger_init_setting = {
|
||||
.ircmp_vclamp = 32,
|
||||
.ircmp_res = 25,
|
||||
.boost_voltage = 5050,
|
||||
.boost_current = 500,
|
||||
.boost_current = 1500,
|
||||
};
|
||||
|
||||
enum rt946x_ilmtsel {
|
||||
|
||||
Reference in New Issue
Block a user