From 36b568ce7c7fa7bfc32382fb968a72cf02313404 Mon Sep 17 00:00:00 2001 From: Justin TerAvest Date: Tue, 20 Feb 2018 14:24:36 -0700 Subject: mb/google/kahlee: Correct bad gpio entry There's no need to set the output enable here; this is already handled by the native function. I'm making this correction in this change to prevent the GPIO pin descriptions from getting confusing. BUG=b:72875858 TEST=Booted, confirmed S5_MUX_CTRL high with and without this change. Change-Id: I9e047be7169586c59892ef2bdab915683feeebda Signed-off-by: Justin TerAvest Reviewed-on: https://review.coreboot.org/23829 Tested-by: build bot (Jenkins) Reviewed-by: Richard Spiegel Reviewed-by: Aaron Durbin --- src/mainboard/google/kahlee/variants/baseboard/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c index 1e1f34b005..fb7ae96d13 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c +++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c @@ -91,7 +91,7 @@ const static struct soc_amd_stoneyridge_gpio gpio_set_stage_reset[] = { { GPIO_40, Function0, OUTPUT_H }, /* GPIO_42 - S5_MUX_CTRL */ - { GPIO_42, Function0, OUTPUT_H }, + { GPIO_42, Function0, INPUT }, /* GPIO_70 - WLAN_PE_RST_L */ { GPIO_70, Function0, OUTPUT_H }, -- cgit v1.2.3