summaryrefslogtreecommitdiff
path: root/driver/bc12/max14637.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/bc12/max14637.c')
-rw-r--r--driver/bc12/max14637.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/bc12/max14637.c b/driver/bc12/max14637.c
index e054ba5c57..52d7391974 100644
--- a/driver/bc12/max14637.c
+++ b/driver/bc12/max14637.c
@@ -140,6 +140,7 @@ static void detect_or_power_down_ic(const int port)
} else {
/* Let charge manager know there's no more charge available. */
charge_manager_update_charge(CHARGE_SUPPLIER_OTHER, port, NULL);
+ bc12_detect(port);
#if defined(CONFIG_POWER_PP5000_CONTROL) && defined(HAS_TASK_CHIPSET)
/* Issue a request to turn off the rail. */
power_5v_enable(task_get_current(), 0);