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:
parent
af42906efa
commit
f8ece9113a
|
@ -35,8 +35,8 @@ static const struct pad_config override_gpio_table[] = {
|
|||
PAD_NC(GPP_D6, NONE),
|
||||
/* D13 : ISH_UART0_RXD ==> NC */
|
||||
PAD_NC(GPP_D13, NONE),
|
||||
/* D14 : ISH_UART0_TXD ==> NC */
|
||||
PAD_NC(GPP_D14, NONE),
|
||||
/* D14 : ISH_UART0_TXD ==> USB_A1_RT_RST_ODL */
|
||||
PAD_CFG_GPO(GPP_D14, 1, DEEP),
|
||||
|
||||
/* E3 : PROC_GP0 ==> NC */
|
||||
PAD_NC(GPP_E3, NONE),
|
||||
|
|
Loading…
Reference in New Issue