mb/google/var/redrix: Correct the WWAN_PERST_L setting
WWAN_PERST_L (GPP_E0) is wrongly configured to NC in ramstage. So, remove it. BUG=b:192052098 TEST=FW_NAME=redrix emerge-brya coreboot Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Change-Id: If8e96045a0d78a942f77d8d8e371ab75dff0c202 Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57134 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
9413f4ef1b
commit
30c6ca9838
|
@ -34,8 +34,6 @@ static const struct pad_config override_gpio_table[] = {
|
|||
/* D13 : ISH_UART0_RXD ==> NC */
|
||||
PAD_NC(GPP_D13, NONE),
|
||||
|
||||
/* E0 : SATAXPCIE0 ==> NC */
|
||||
PAD_NC(GPP_E0, NONE),
|
||||
/* E3 : PROC_GP0 ==> NC */
|
||||
PAD_NC(GPP_E3, NONE),
|
||||
/* E7 : PROC_GP1 ==> NC */
|
||||
|
|
Loading…
Reference in New Issue