summaryrefslogtreecommitdiff
path: root/board/voxel/board.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2020-08-18 12:01:01 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-19 23:59:28 +0000
commit386b25657e3a2224d0dbecbaafeec54ab9ea1f73 (patch)
tree77b4b08928b2630a375851b214d361141abbc79e /board/voxel/board.c
parentbb20158f5c2c837a6e780672add4fd49bebb833c (diff)
downloadchrome-ec-386b25657e3a2224d0dbecbaafeec54ab9ea1f73.tar.gz
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 <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2363334 Reviewed-by: Ayushee Shah <ayushee.shah@intel.com> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/voxel/board.c')
-rw-r--r--board/voxel/board.c1
1 files changed, 0 insertions, 1 deletions
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;
}
/******************************************************************************/