Felix Held has submitted this change. ( 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 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 --- M src/mainboard/google/skyrim/variants/baseboard/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Raul Rangel: Looks good to me, approved Karthik Ramasubramanian: Looks good to me, approved
diff --git a/src/mainboard/google/skyrim/variants/baseboard/gpio.c b/src/mainboard/google/skyrim/variants/baseboard/gpio.c index 16a03ba..dd30475 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, PULL_NONE), /* GPIO_33 - GPIO_39: Not available */ /* SOC_TCHPAD_INT_ODL */ PAD_SCI(GPIO_40, PULL_NONE, EDGE_LOW),