[coreboot-gerrit] New patch to review for coreboot: google/eve: Enable pull-up on ACPRESENT

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Wed Jan 18 23:34:10 CET 2017


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18170

-gerrit

commit 48b8029467280f68b0a2224aedda467d2ca052ed
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Wed Jan 18 14:30:02 2017 -0800

    google/eve: Enable pull-up on ACPRESENT
    
    Enable an internal pull-up on ACPRESENT signal.
    
    BUG=chrome-os-partner:58666
    TEST=manual testing on P1
    
    Change-Id: I0bb86f4547272e021ffd10998faa0e2f103b0808
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/eve/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/eve/gpio.h b/src/mainboard/google/eve/gpio.h
index 4505fb0..e8d42f0 100644
--- a/src/mainboard/google/eve/gpio.h
+++ b/src/mainboard/google/eve/gpio.h
@@ -206,7 +206,7 @@ static const struct pad_config gpio_table[] = {
 /* SD_WP */		PAD_CFG_NC(GPP_G7),
 
 /* BATLOW# */		PAD_CFG_NF(GPD0, NONE, DEEP, NF1),
-/* ACPRESENT */		PAD_CFG_NF(GPD1, NONE, DEEP, NF1),
+/* ACPRESENT */		PAD_CFG_NF(GPD1, 20K_PU, DEEP, NF1),
 /* LAN_WAKE# */		PAD_CFG_NF(GPD2, NONE, DEEP, NF1), /* EC_PCH_WAKE_L */
 /* PWRBTN# */		PAD_CFG_NF(GPD3, 20K_PU, DEEP, NF1),
 /* SLP_S3# */		PAD_CFG_NF(GPD4, NONE, DEEP, NF1),



More information about the coreboot-gerrit mailing list