aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@chromium.org>2013-11-20 16:30:09 -0800
committerPatrick Georgi <patrick@georgi-clan.de>2014-07-12 20:16:49 +0200
commite9b6155e463dff39cb7d055ea566786c380a6256 (patch)
treed7a8e4643a5d23da3f8db68c9443d9b00327ff00 /src
parentd2259dd3a144aa7be96ed5d56b34ad06b290c0dd (diff)
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> Reviewed-on: http://review.coreboot.org/5995 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/panther/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/panther/gpio.h b/src/mainboard/google/panther/gpio.h
index 620acef4b8..9951984d5f 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 */