From 11aed2342e280376903059588ea378818ddd0179 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 22 Nov 2013 16:59:58 -0600 Subject: rambi: fix PP3300_LTE_EN gpio The gpio table had the wrong pin assigned to PP3300_LTE_EN. It should be D4 instead of D2. BUG=chrome-os-partner:24201 BRANCH=None TEST=Built and booted. Stuff shows up on lsusb, and I can confirm 3.3V on the bulk caps of the IO board. Change-Id: I574599645ce21c175346e2ecde35b974aa0b68f7 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/177694 Reviewed-by: Duncan Laurie Reviewed-by: Randall Spangler Commit-Queue: Randall Spangler --- board/rambi/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/rambi/board.c b/board/rambi/board.c index 036678f7cd..815f212c36 100644 --- a/board/rambi/board.c +++ b/board/rambi/board.c @@ -93,7 +93,7 @@ const struct gpio_info gpio_list[] = { {"PCH_WAKE_L", LM4_GPIO_F, (1<<0), GPIO_ODR_HIGH, NULL}, {"PP1350_EN", LM4_GPIO_H, (1<<5), GPIO_OUT_LOW, NULL}, {"PP3300_DX_EN", LM4_GPIO_J, (1<<2), GPIO_OUT_LOW, NULL}, - {"PP3300_LTE_EN", LM4_GPIO_D, (1<<2), GPIO_OUT_LOW, NULL}, + {"PP3300_LTE_EN", LM4_GPIO_D, (1<<4), GPIO_OUT_LOW, NULL}, {"PP3300_WLAN_EN", LM4_GPIO_J, (1<<0), GPIO_OUT_LOW, NULL}, /* * TODO(crosbug.com/p/23673): PP5000_EN should default to GPIO_OUT_LOW -- cgit v1.2.1