summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/ppc/nx20p348x.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/driver/ppc/nx20p348x.c b/driver/ppc/nx20p348x.c
index 8a0d45851e..35202c8fe8 100644
--- a/driver/ppc/nx20p348x.c
+++ b/driver/ppc/nx20p348x.c
@@ -15,6 +15,7 @@
#include "tcpm.h"
#include "usb_charge.h"
#include "usb_pd_tcpm.h"
+#include "usb_pd.h"
#include "usbc_ppc.h"
#include "util.h"
@@ -322,11 +323,7 @@ static void nx20p348x_handle_interrupt(int port)
/* Check for 5V OC interrupt */
if (reg & NX20P348X_INT1_OC_5VSRC) {
CPRINTS("C%d: PPC detected Vbus overcurrent!", port);
- /*
- * TODO (b/69935262): The overcurrent action hasn't
- * been completed yet, but is required for TI PPC. When that
- * work is complete, tie it in here.
- */
+ pd_handle_overcurrent(port);
}
/* Check for Vbus reverse current protection */