Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5995
-gerrit
commit 29d38b7cf561bc92510fd432d37f087308019c7f Author: Mohammed Habibulla moch@chromium.org Date: Wed Nov 20 16:30:09 2013 -0800
google/panther: Configure USB_ILIM_SEL to low
(panther port of Ib980100c648ae7472eac6f97e47f8ef3cbe72c7e)
BUG=none BRANCH=none TEST=boot tested on Panther
Change-Id: Iedcc107a43be170762d42d515c7e2a16ec395452 Signed-off-by: Matt DeVillier matt.devillier@gmail.com Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: https://chromium-review.googlesource.com/177474 Reviewed-by: Stefan Reinauer reinauer@chromium.org Commit-Queue: Mohammed Habibulla moch@google.com Tested-by: Mohammed Habibulla moch@google.com --- src/mainboard/google/panther/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/google/panther/gpio.h b/src/mainboard/google/panther/gpio.h index 620acef..9951984 100644 --- a/src/mainboard/google/panther/gpio.h +++ b/src/mainboard/google/panther/gpio.h @@ -51,7 +51,7 @@ const struct pch_lp_gpio_map mainboard_gpio_map[] = { LP_GPIO_UNUSED, /* 25: UNUSED */ LP_GPIO_OUT_HIGH, /* 26: USB_CTL_1 */ LP_GPIO_UNUSED, /* 27: UNUSED */ - LP_GPIO_OUT_HIGH, /* 28: USB_ILIM_SEL */ + LP_GPIO_OUT_LOW, /* 28: USB_ILIM_SEL */ LP_GPIO_UNUSED, /* 29: UNUSED */ LP_GPIO_NATIVE, /* 30: NATIVE: PCH_SUSPWRACK_L */ LP_GPIO_NATIVE, /* 31: NATIVE: PCH_ACPRESENT */