Skip to content

Commit a3e1661

Browse files
committed
lotus: Modify Alert trigger level to 6A
follow power team demand setting Signed-off-by: LeoCX_Tsai <LeoCX_Tsai@compal.com>
1 parent fb4c235 commit a3e1661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void board_ina236_init(void)
5252
if (rv != EC_SUCCESS)
5353
CPRINTS("ina236 write config fail");
5454

55-
rv = ina2xx_write(0, INA2XX_REG_ALERT, 0x3E80);
55+
rv = ina2xx_write(0, INA2XX_REG_ALERT, 0x5DC0);
5656

5757
if (rv != EC_SUCCESS)
5858
CPRINTS("ina236 write alert fail");

0 commit comments

Comments
 (0)