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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/tcpm/anx74xx.c b/driver/tcpm/anx74xx.c
index e22e1a49dd..fc242bc1f0 100644
--- a/driver/tcpm/anx74xx.c
+++ b/driver/tcpm/anx74xx.c
@@ -556,6 +556,9 @@ static int anx74xx_tcpc_drp_toggle(int port)
/* Disable CC software Control */
rv = anx74xx_cc_software_ctrl(port, 0);
+#ifdef CONFIG_USB_PD_TCPC_LOW_POWER
+ anx74xx_set_power_mode(port, ANX74XX_STANDBY_MODE);
+#endif
return rv;
}
#endif