summaryrefslogtreecommitdiff
path: root/baseboard/mancomb/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/mancomb/baseboard.c')
-rw-r--r--baseboard/mancomb/baseboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/mancomb/baseboard.c b/baseboard/mancomb/baseboard.c
index 7a7a2c1e3e..041b2512dd 100644
--- a/baseboard/mancomb/baseboard.c
+++ b/baseboard/mancomb/baseboard.c
@@ -689,12 +689,12 @@ void board_reset_pd_mcu(void)
/* Reset TCPC0 */
reset_pd_port(USBC_PORT_C0, GPIO_USB_C0_TCPC_RST_L,
NCT38XX_RESET_HOLD_DELAY_MS,
- NCT38XX_RESET_POST_DELAY_MS);
+ NCT3807_RESET_POST_DELAY_MS);
/* Reset TCPC1 */
reset_pd_port(USBC_PORT_C1, GPIO_USB_C1_TCPC_RST_L,
NCT38XX_RESET_HOLD_DELAY_MS,
- NCT38XX_RESET_POST_DELAY_MS);
+ NCT3807_RESET_POST_DELAY_MS);
}
uint16_t tcpc_get_alert_status(void)