Damien Zammit has uploaded this change for review.

View Change

lenovo/x230t: Use INPUT mode for gpio33 as per discussion

Change-Id: Ieb262f38520aa04c65fb8da73e22c96ae510e3eb
Signed-off-by: Damien Zammit <damien@zamaudio.com>
---
M src/mainboard/lenovo/x230t/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/34362/1
diff --git a/src/mainboard/lenovo/x230t/gpio.c b/src/mainboard/lenovo/x230t/gpio.c
index 7e60e76..c84ba73 100644
--- a/src/mainboard/lenovo/x230t/gpio.c
+++ b/src/mainboard/lenovo/x230t/gpio.c
@@ -133,7 +133,7 @@
};

static const struct pch_gpio_set2 pch_gpio_set2_direction = {
- .gpio33 = GPIO_DIR_OUTPUT,
+ .gpio33 = GPIO_DIR_INPUT,
.gpio34 = GPIO_DIR_INPUT,
.gpio35 = GPIO_DIR_INPUT,
.gpio36 = GPIO_DIR_INPUT,

To view, visit change 34362. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ieb262f38520aa04c65fb8da73e22c96ae510e3eb
Gerrit-Change-Number: 34362
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit
Gerrit-MessageType: newchange