mb/google/volteer/variants/volteer2: 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 volteer2

Signed-off-by: Alex Levin <levinale@google.com>
Change-Id: I7f2c7af230dd75b3cb3806e2b186725d49da9e68
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45279
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Alex Levin 2020-09-10 17:48:28 -07:00 committed by Furquan Shaikh
parent 8678d47deb
commit a903ea8d62
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 */ /* F13 : GSXDOUT ==> WiFi_DISABLE_L */
PAD_CFG_GPO(GPP_F13, 1, DEEP), PAD_CFG_GPO(GPP_F13, 1, DEEP),
/* F14 : GSXDIN ==> SAR0_INT_L */ /* 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 */ /* F15 : GSXSRESET# ==> RCAM_RST_L */
PAD_CFG_GPO(GPP_F15, 1, DEEP), PAD_CFG_GPO(GPP_F15, 1, DEEP),
/* F16 : GSXCLK ==> WWAN_DPR_SAR_ODL */ /* F16 : GSXCLK ==> WWAN_DPR_SAR_ODL */