Skip to content

Commit

Permalink
Merge pull request #830 from FrameworkComputer/lotus.power_test_ina23…
Browse files Browse the repository at this point in the history
…6_alert

lotus: Modify ina236 Alert trigger level to 6A
  • Loading branch information
kiram9 authored Oct 24, 2023
2 parents fb4c235 + a3e1661 commit 833fc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/program/lotus/lotus/src/charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static void board_ina236_init(void)
if (rv != EC_SUCCESS)
CPRINTS("ina236 write config fail");

rv = ina2xx_write(0, INA2XX_REG_ALERT, 0x3E80);
rv = ina2xx_write(0, INA2XX_REG_ALERT, 0x5DC0);

if (rv != EC_SUCCESS)
CPRINTS("ina236 write alert fail");
Expand Down

0 comments on commit 833fc2f

Please sign in to comment.