Casper Chang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56157 )
Change subject: mb/google/brya/variants/primus: Update GPIO for PS8811 init ......................................................................
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 --- M src/mainboard/google/brya/variants/primus/gpio.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/56157/1
diff --git a/src/mainboard/google/brya/variants/primus/gpio.c b/src/mainboard/google/brya/variants/primus/gpio.c index a25ab29..5aca711 100644 --- a/src/mainboard/google/brya/variants/primus/gpio.c +++ b/src/mainboard/google/brya/variants/primus/gpio.c @@ -35,8 +35,8 @@ 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),