mb/google/brya/variants/primus: Update GPIO for PS8811 init

Route GPP_D14 to USB_A1_RT_RST_ODL for PS8811 init sequence

BUG=b:193099675

Signed-off-by: Casper Chang <casper_chang@wistron.corp-partner.google.com>
Change-Id: Ia950da61a50f30f7c4aaef572c5ed162ee76dd0e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56157
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Casper Chang 2021-07-08 15:27:49 +08:00 committed by Werner Zeh
parent af42906efa
commit f8ece9113a
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ static const struct pad_config override_gpio_table[] = {
PAD_NC(GPP_D6, NONE), PAD_NC(GPP_D6, NONE),
/* D13 : ISH_UART0_RXD ==> NC */ /* D13 : ISH_UART0_RXD ==> NC */
PAD_NC(GPP_D13, NONE), PAD_NC(GPP_D13, NONE),
/* D14 : ISH_UART0_TXD ==> NC */ /* D14 : ISH_UART0_TXD ==> USB_A1_RT_RST_ODL */
PAD_NC(GPP_D14, NONE), PAD_CFG_GPO(GPP_D14, 1, DEEP),
/* E3 : PROC_GP0 ==> NC */ /* E3 : PROC_GP0 ==> NC */
PAD_NC(GPP_E3, NONE), PAD_NC(GPP_E3, NONE),