Jon Murphy has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62717 )
Change subject: mb/google/skyrim:Update GPIO 32 ......................................................................
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 --- M src/mainboard/google/skyrim/variants/baseboard/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/62717/1
diff --git a/src/mainboard/google/skyrim/variants/baseboard/gpio.c b/src/mainboard/google/skyrim/variants/baseboard/gpio.c index 4edf220..2413b7b 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/gpio.c +++ b/src/mainboard/google/skyrim/variants/baseboard/gpio.c @@ -65,7 +65,7 @@ /* Unused */ PAD_NC(GPIO_31), /* LPC_RST_L */ - PAD_GPO(GPIO_32, LOW), + PAD_NF(GPIO_32, LPC_RST_L, LOW), /* GPIO_33 - GPIO_39: Not available */ /* SOC_TCHPAD_INT_ODL */ PAD_SCI(GPIO_40, PULL_NONE, EDGE_LOW),