summaryrefslogtreecommitdiff
path: root/board/waddledoo2/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/waddledoo2/board.c')
-rw-r--r--board/waddledoo2/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/waddledoo2/board.c b/board/waddledoo2/board.c
index fd12aec449..b1417d8ee2 100644
--- a/board/waddledoo2/board.c
+++ b/board/waddledoo2/board.c
@@ -401,12 +401,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);
}