mb/google/sarien: config ISH_GP6 with NF2
A12 is not current set for ISH_GP6 so the ISH_LID_CL#_TAB signal is not making it to the ISH properly. Enable the second native function instead of the first. BRANCH=none BUG=b:131785573 TEST=gpioget on ISH now shows the correct gpio level Change-Id: Ib3a654ae659037263aa9aa29d45b42ca67b7955b Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32738 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ac6bf7dc12
commit
f2d173a554
|
@ -31,7 +31,7 @@ static const struct pad_config gpio_table[] = {
|
||||||
/* CLKOUT_LPC1 */ PAD_NC(GPP_A10, NONE),
|
/* CLKOUT_LPC1 */ PAD_NC(GPP_A10, NONE),
|
||||||
/* PME# */ PAD_NC(GPP_A11, NONE),
|
/* PME# */ PAD_NC(GPP_A11, NONE),
|
||||||
/* ISH_LID_CL#_TAB */
|
/* ISH_LID_CL#_TAB */
|
||||||
/* BM_BUSY# */ PAD_CFG_NF(GPP_A12, NONE, DEEP, NF1),
|
/* ISH_GP6 */ PAD_CFG_NF(GPP_A12, NONE, DEEP, NF2),
|
||||||
/* SUSWARN# */ PAD_NC(GPP_A13, NONE),
|
/* SUSWARN# */ PAD_NC(GPP_A13, NONE),
|
||||||
/* ESPI_RESET# */
|
/* ESPI_RESET# */
|
||||||
/* SUSACK# */ PAD_NC(GPP_A15, NONE),
|
/* SUSACK# */ PAD_NC(GPP_A15, NONE),
|
||||||
|
|
Loading…
Reference in New Issue