mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
eve: Enable active discharge on V3.3A and V1.8A
Enable 100ohm discharge on the V3.3A and V1.8A rails. BUG=b:35581264 TEST=verify power down sequence on scope Change-Id: Ibdfff5a60bddd9da0d950dae619346d7a3dccd8b Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://chromium-review.googlesource.com/578756 Reviewed-on: https://chromium-review.googlesource.com/579903 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
51d0fbb56c
commit
192be4327f
@@ -350,6 +350,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 */
|
||||
i2c_write8(I2C_PORT_PMIC, I2C_ADDR_BD99992, 0x3d, 0x05);
|
||||
|
||||
/* DISCHGCNT3 - enable 100 ohm discharge on V1.00A */
|
||||
i2c_write8(I2C_PORT_PMIC, I2C_ADDR_BD99992, 0x3e, 0x04);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user