summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/extpower_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/extpower_usb.c b/common/extpower_usb.c
index 9e87814f26..7fdff81fa2 100644
--- a/common/extpower_usb.c
+++ b/common/extpower_usb.c
@@ -570,7 +570,7 @@ void extpower_charge_init(void)
*/
msleep(500);
- tsu6721_init();
+ tsu6721_reset();
gpio_enable_interrupt(GPIO_USB_CHG_INT);
msleep(100); /* TSU6721 doesn't work properly right away. */