Revert "UPSTREAM: mainboard/google/kahlee: Also configure GPIO_9 in RAM stage"
This reverts commit 3278f859c3dd97a6d6d885a91dfd33d44e95d58b. Reason for revert: It turns out all we want to set in RAM stage is GPIO's DEBOUNCE config, not its SCI configuration. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> BUG=b:113880780 BRANCH=none TEST=Boot grunt, does not go to recovery screen Change-Id: I500934f3e03e66c97873accd4a979a23d4509675 Reviewed-on: https://review.coreboot.org/c/30997 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
69f6fd4589
commit
2ea99da49d
|
@ -117,9 +117,6 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
|
||||||
/* GPIO_8 - DDR_ALERT_3V3_L (currently not used) */
|
/* GPIO_8 - DDR_ALERT_3V3_L (currently not used) */
|
||||||
PAD_GPI(GPIO_8, PULL_UP),
|
PAD_GPI(GPIO_8, PULL_UP),
|
||||||
|
|
||||||
/* GPIO_9 - H1_PCH_INT_ODL, SCI */
|
|
||||||
PAD_SCI(GPIO_9, PULL_UP, EDGE_LOW),
|
|
||||||
|
|
||||||
/* GPIO_10 - SLP_S0_L (currently not used) */
|
/* GPIO_10 - SLP_S0_L (currently not used) */
|
||||||
PAD_NF(GPIO_10, S0A3_GPIO, PULL_UP),
|
PAD_NF(GPIO_10, S0A3_GPIO, PULL_UP),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue