From f889d14d4e08c9826c92dd2fa81d65908c97f6cd Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Fri, 15 Dec 2017 18:16:40 -0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/830896 Commit-Ready: Philip Chen Tested-by: Philip Chen Reviewed-by: Shawn N --- driver/charger/rt946x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/charger/rt946x.c b/driver/charger/rt946x.c index 84be7e18f3..803e1bc14f 100644 --- a/driver/charger/rt946x.c +++ b/driver/charger/rt946x.c @@ -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 {