Skip to content

Commit 243bcd4

Browse files
committed
increase prochot debounce time to 1ms
Proposed fix for charger prochot triggering low cpu frequency when charging the battery at high battery state of charge Signed-off-by: Kieran Levin <[email protected]>
1 parent 92c8e8e commit 243bcd4

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)