[coreboot-gerrit] Patch set updated for coreboot: fb582b7 google/panther: Configure USB_ILIM_SEL to low

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Jul 6 11:07:06 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5995

-gerrit

commit fb582b783f2d2743c4635ba5536f96ab6cbfd704
Author: Mohammed Habibulla <moch at 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 at gmail.com>
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-on: https://chromium-review.googlesource.com/177474
    Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
    Commit-Queue: Mohammed Habibulla <moch at google.com>
    Tested-by: Mohammed Habibulla <moch at 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 */



More information about the coreboot-gerrit mailing list