summaryrefslogtreecommitdiff
path: root/board/driblee/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/driblee/board.c')
-rw-r--r--board/driblee/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/driblee/board.c b/board/driblee/board.c
index 30075e683e..5c78dbda06 100644
--- a/board/driblee/board.c
+++ b/board/driblee/board.c
@@ -342,12 +342,6 @@ void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
int charge_mv)
{
int icl = MAX(charge_ma, CONFIG_CHARGER_INPUT_CURRENT);
-
- /*
- * b/147463641: The charger IC seems to overdraw ~4%, therefore we
- * reduce our target accordingly.
- */
- icl = icl * 96 / 100;
charge_set_input_current_limit(icl, charge_mv);
}