Skip to content

Commit 833fc2f

Browse files
authored
Merge pull request #830 from FrameworkComputer/lotus.power_test_ina236_alert
lotus: Modify ina236 Alert trigger level to 6A
2 parents fb4c235 + a3e1661 commit 833fc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)