From 386b25657e3a2224d0dbecbaafeec54ab9ea1f73 Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Tue, 18 Aug 2020 12:01:01 -0700 Subject: BB retimer: Remove FORCE_PWR GPIO from EC driver FORCE_PWR GPIO is used for keeping the BB retimer in active state during f/w updating. On TGLRVP, control to enable the FORCE_PWR GPIO was given to EC to support the I2C based F/W updating. I2C based f/w updating is deprecated and the LSx interface is POR hence the FORCE_PWR GPIO control is given to AP now. Thus, removing the FORCE_PWR GPIO from EC driver. BUG=b:165214747 BRANCH=none TEST=make buildall -j Change-Id: If9bb7199a68c93f704f698552e5594a58bd68f7c Signed-off-by: Vijay Hiremath Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2363334 Reviewed-by: Ayushee Shah Reviewed-by: Keith Short --- board/voxel/board.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/voxel/board.c') diff --git a/board/voxel/board.c b/board/voxel/board.c index 23c4c6391a..66015c522d 100644 --- a/board/voxel/board.c +++ b/board/voxel/board.c @@ -239,7 +239,6 @@ __override void board_cbi_init(void) bb_controls[USBC_PORT_C0].shared_nvm = false; bb_controls[USBC_PORT_C0].usb_ls_en_gpio = GPIO_USB_C0_LS_EN; bb_controls[USBC_PORT_C0].retimer_rst_gpio = GPIO_USB_C0_RT_RST_ODL; - bb_controls[USBC_PORT_C0].force_power_gpio = GPIO_USB_C0_RT_FORCE_PWR; } /******************************************************************************/ -- cgit v1.2.1