[coreboot-gerrit] New patch to review for coreboot: glados: Enable internal pullup for EC_IN_RW

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jul 23 20:19:37 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11045

-gerrit

commit 727b4c5971a65e37737ad6db94b626d72e2e53f9
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Wed Jul 22 09:22:13 2015 -0700

    glados: Enable internal pullup for EC_IN_RW
    
    Enable 20K internal pullup for the EC_IN_RW GPIO.
    
    BUG=chrome-os-partner:42285
    BRANCH=none
    TEST=build and boot on glados
    
    Change-Id: I499164fb5050d350510072d2a06eb97fb7f9fcb1
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: e2de7d4800797a1585165a34dd39af3d635b1f55
    Original-Change-Id: I7af1b78482197701aa452998106c2c3476fcc330
    Original-Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/287437
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/glados/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/glados/gpio.h b/src/mainboard/google/glados/gpio.h
index 35b1ae4..0b18222 100644
--- a/src/mainboard/google/glados/gpio.h
+++ b/src/mainboard/google/glados/gpio.h
@@ -96,7 +96,7 @@ const GPIO_INIT_CONFIG mainboard_gpio_table[] = {
 	GpioOutDefault, GpioIntDis, GpioResetDeep, GpioTermNone}},
 /* EC_IN_RW */
 {GPIO_LP_GPP_C6, {GpioPadModeGpio, GpioHostOwnGpio, GpioDirIn,
-	GpioOutDefault, GpioIntLevel, GpioResetDeep, GpioTermNone}},
+	GpioOutDefault, GpioIntLevel, GpioResetDeep, GpioTermWpu20K}},
 /* EN_PP3300_KEPLER */
 {GPIO_LP_GPP_C11, {GpioPadModeGpio, GpioHostOwnGpio, GpioDirOut,
 	GpioOutHigh, GpioIntDis, GpioResetDeep, GpioTermWpd20K}},



More information about the coreboot-gerrit mailing list