diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/atlas/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/atlas/board.c b/board/atlas/board.c index 44352ef543..708ff17269 100644 --- a/board/atlas/board.c +++ b/board/atlas/board.c @@ -402,9 +402,9 @@ static void board_pmic_init(void) if (system_jumped_to_this_image()) return; - /* DISCHGCNT2 - enable 100 ohm discharge on V3.3A and V1.8A */ + /* DISCHGCNT2 - enable 100 ohm discharge on V5.0A, V3.3A and V1.8A */ i2c_write8(I2C_PORT_PMIC, I2C_ADDR_BD99992, - BD99992GW_REG_DISCHGCNT2, 0x05); + BD99992GW_REG_DISCHGCNT2, 0x45); /* DISCHGCNT3 - enable 100 ohm discharge on V1.00A */ i2c_write8(I2C_PORT_PMIC, I2C_ADDR_BD99992, |