mb/google/skyrim:Update GPIO 32

GPIO 32 was not allocated correctly, updating to reflect the native
function use of the pin

BUG=b:214412172
TEST=Builds

Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: Idadd2a802b3244eba8ee83f80d8f10baebe4ca40
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62717
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Jon Murphy 2022-03-09 13:35:43 -07:00 committed by Felix Held
parent 9b2914fe62
commit d42d8ea0a2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static const struct soc_amd_gpio base_gpio_table[] = {
/* Unused */
PAD_NC(GPIO_31),
/* LPC_RST_L */
PAD_GPO(GPIO_32, LOW),
PAD_NF(GPIO_32, LPC_RST_L, PULL_NONE),
/* GPIO_33 - GPIO_39: Not available */
/* SOC_TCHPAD_INT_ODL */
PAD_SCI(GPIO_40, PULL_NONE, EDGE_LOW),