summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/tcpm/anx74xx.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/driver/tcpm/anx74xx.c b/driver/tcpm/anx74xx.c
index cdaa6dd2e5..f5d43e4907 100644
--- a/driver/tcpm/anx74xx.c
+++ b/driver/tcpm/anx74xx.c
@@ -1003,9 +1003,13 @@ static int anx74xx_tcpm_init(int port)
return EC_SUCCESS;
}
+/*
+ * Dissociate from the TCPC.
+ */
+
static int anx74xx_tcpm_release(int port)
{
- return EC_ERROR_UNIMPLEMENTED;
+ return EC_SUCCESS;
}
const struct tcpm_drv anx74xx_tcpm_drv = {