summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
Diffstat (limited to 'power')
-rw-r--r--power/mt8183.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/power/mt8183.c b/power/mt8183.c
index d8d5a8e1a3..47b7a8b3e1 100644
--- a/power/mt8183.c
+++ b/power/mt8183.c
@@ -109,6 +109,9 @@ static const struct power_seq_op s3s5_power_seq[] = {
{ GPIO_AP_SYS_RST_L, 0, 0 },
/* Assert watchdog to PMIC (there may be a 1.6ms debounce) */
{ GPIO_PMIC_WATCHDOG_L, 0, 3 },
+#ifdef BOARD_KAKADU
+ { GPIO_USB_C0_VCONN_EN_OD, 0, 0 },
+#endif
};
static int forcing_shutdown;