summaryrefslogtreecommitdiff
path: root/board/atlas/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/atlas/board.c')
-rw-r--r--board/atlas/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/atlas/board.c b/board/atlas/board.c
index 9afbe8183f..3be1ebfb3d 100644
--- a/board/atlas/board.c
+++ b/board/atlas/board.c
@@ -424,6 +424,10 @@ static void board_pmic_init(void)
i2c_write8(I2C_PORT_PMIC, I2C_ADDR_BD99992,
BD99992GW_REG_VRMODECTRL, 0x1f);
+ /* V5ADS3CNT - boost V5A_DS3 by 2% */
+ i2c_write8(I2C_PORT_PMIC, I2C_ADDR_BD99992,
+ BD99992GW_REG_V5ADS3CNT, 0x1a);
+
board_pmic_disable_slp_s0_vr_decay();
}
DECLARE_HOOK(HOOK_INIT, board_pmic_init, HOOK_PRIO_DEFAULT);