diff --git a/common/usb_pd_protocol.c b/common/usb_pd_protocol.c index 37cc4a2d60..8ece6fd092 100644 --- a/common/usb_pd_protocol.c +++ b/common/usb_pd_protocol.c @@ -577,7 +577,7 @@ void pd_prepare_reset(void) pd_soft_reset(); /* Give time for soft reset to be sent */ - usleep(5*MSEC); + usleep(8*MSEC); } #ifdef CONFIG_USB_PD_DUAL_ROLE