From 9ddc2f3cdc4e2f7208f2164c9d12501491eed2ba Mon Sep 17 00:00:00 2001 From: Paul Stewart Date: Tue, 24 Sep 2013 23:26:49 +0000 Subject: [PATCH] Revert "Set WLAN_OFF_L to open drain" This reverts commit 03cc4b422d28459fca60d29d830078bd8d6f1db1. A change in plan (and schematics) dictate that the EC should/will be the sole driver of this signal. Change-Id: I1e61ada1ae8579ae9a83c8410c38e3f5fe225bba Reviewed-on: https://chromium-review.googlesource.com/170533 Reviewed-by: Paul Stewart Commit-Queue: Paul Stewart Tested-by: Paul Stewart --- board/bolt/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/bolt/board.c b/board/bolt/board.c index b188938db3..4fc4b2fc49 100644 --- a/board/bolt/board.c +++ b/board/bolt/board.c @@ -91,7 +91,7 @@ const struct gpio_info gpio_list[] = { {"VCORE_EN", LM4_GPIO_C, (1<<5), GPIO_OUT_LOW, NULL}, {"PP5000_EN", LM4_GPIO_H, (1<<7), GPIO_OUT_LOW, NULL}, {"SYS_PWROK", LM4_GPIO_H, (1<<2), GPIO_OUT_LOW, NULL}, - {"WLAN_OFF_L", LM4_GPIO_J, (1<<4), GPIO_ODR_LOW, NULL}, + {"WLAN_OFF_L", LM4_GPIO_J, (1<<4), GPIO_OUT_LOW, NULL}, {"ENABLE_BACKLIGHT", LM4_GPIO_M, (1<<7), GPIO_OUT_LOW, NULL}, {"ENABLE_TOUCHPAD", LM4_GPIO_N, (1<<1), GPIO_OUT_LOW, NULL},