mb/google/volteer/variants/volteer: route GPP_F14 via APIC

GPP_F14 should be configured to be routed via APIC and not SCI.

BUG=b:162528549
TEST=verified on a volteer

Change-Id: Ie262ceeaea1c07bcc99e1545f5eb99e0d0dee905
Signed-off-by: Alex Levin <levinale@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44948
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Alex Levin 2020-08-31 13:53:32 -07:00 committed by Tim Wawrzynczak
parent 80370ff991
commit 49f0a40da5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ static const struct pad_config override_gpio_table[] = {
/* F13 : GSXDOUT ==> WiFi_DISABLE_L */
PAD_CFG_GPO(GPP_F13, 1, DEEP),
/* F14 : GSXDIN ==> SAR0_INT_L */
PAD_CFG_GPI_SCI_LOW(GPP_F14, NONE, PLTRST, EDGE_SINGLE),
PAD_CFG_GPI_APIC(GPP_F14, NONE, PLTRST, LEVEL, NONE),
/* F15 : GSXSRESET# ==> RCAM_RST_L */
PAD_CFG_GPO(GPP_F15, 1, DEEP),
/* F16 : GSXCLK ==> WWAN_DPR_SAR_ODL */