summaryrefslogtreecommitdiff
path: root/driver/tcpm/anx74xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/anx74xx.c')
-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 461242d79f..74de3ba6b0 100644
--- a/driver/tcpm/anx74xx.c
+++ b/driver/tcpm/anx74xx.c
@@ -1060,9 +1060,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 = {