mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
amenia: update TCPC0 reset/power down assertion time
BUG=none BRANCH=none TEST=system is able to establish PD contract Change-Id: Iadbe5e9824ce31a314c0cd3e27fa53ac33bf9a21 Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-on: https://chromium-review.googlesource.com/347241 Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
@@ -183,7 +183,7 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
|
||||
/**
|
||||
* Reset PD MCU
|
||||
*
|
||||
* TCPC0 minimum reset assertion time: TODO
|
||||
* TCPC0 minimum reset assertion time: 10ms
|
||||
* TCPC1 minimum reset assertion time: 1ms (must be less than 10ms)
|
||||
*/
|
||||
void board_reset_pd_mcu(void)
|
||||
@@ -199,7 +199,7 @@ void board_reset_pd_mcu(void)
|
||||
/* Deassert reset to TCPC1 */
|
||||
gpio_set_level(GPIO_USB_C1_RST_L, 1);
|
||||
|
||||
/* TODO: Need confirmation from TCPC0 vendor */
|
||||
/* TCPC0 requires 10ms reset/power down assertion */
|
||||
msleep(10);
|
||||
|
||||
/* Deassert reset to TCPC0 */
|
||||
|
||||
Reference in New Issue
Block a user