Skip to content

Commit aececb3

Browse files
committed
azalea: modify CP point from 85% to 90%
follow power team suggestion change the CP point Signed-off-by: LeoCX_Tsai <LeoCX_Tsai@compal.com>
1 parent 7a4c76e commit aececb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/program/lotus/azalea/src/charger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void board_set_charge_limit(int port, int supplier, int charge_ma,
200200
* And needs to be at least 128mA bigger than the adapter current
201201
*/
202202
prochot_ma = (DIV_ROUND_UP(charge_ma, 128) * 128);
203-
charge_ma = charge_ma * 85 / 100;
203+
charge_ma = charge_ma * 90 / 100;
204204

205205
if ((prochot_ma - charge_ma) < 128) {
206206
charge_ma = prochot_ma - 128;

0 commit comments

Comments
 (0)