Skip to content

Commit de93c07

Browse files
authored
Merge pull request #383 from FrameworkComputer/hx20.fix_prochot
increase prochot debounce time to 1ms
2 parents 92c8e8e + 243bcd4 commit de93c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/hx20/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ static void charger_chips_init(void)
740740
if (i2c_write16(I2C_PORT_CHARGER, ISL9241_ADDR_FLAGS,
741741
ISL9241_REG_CONTROL2, ISL9241_CONTROL2_TRICKLE_CHG_CURR_128 |
742742
ISL9241_CONTROL2_GENERAL_PURPOSE_COMPARATOR |
743-
ISL9241_CONTROL2_PROCHOT_DEBOUNCE_100))
743+
ISL9241_CONTROL2_PROCHOT_DEBOUNCE_1000))
744744
goto init_fail;
745745

746746
if (i2c_write16(I2C_PORT_CHARGER, ISL9241_ADDR_FLAGS,

0 commit comments

Comments
 (0)