[coreboot-gerrit] Patch set updated for coreboot: 4e72d4e baytrail: correct NC pin to GPO pin according to BYT platform design guide

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Apr 10 03:26:13 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9509

-gerrit

commit 4e72d4eb03de9fb4289e5be2352a1843d75a2bcc
Author: Kane Chen <kane.chen at intel.com>
Date:   Thu Feb 12 16:08:42 2015 +0800

    baytrail: correct NC pin to GPO pin according to BYT platform design guide
    
    According to BYT platform design guide chap 14.2.2, the NC GPIOs
    need to be configured to GPO.
    
    BRANCH=none
    BUG=none
    TEST=Test on rambi, boot to OS, and make sure NC pins config to GPO
    
    Change-Id: Ida5ea89ee66e39b4fddea242dc918b314756d94f
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: 998493566f5cf7abd9375583e12fe631b226e591
    Original-Change-Id: Ieaf346d1c7bf3ecb47a71a6ee4afaa805235cc37
    Original-Signed-off-by: Kane Chen <kane.chen at intel.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/249060
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/intel/baytrail/include/soc/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/baytrail/include/soc/gpio.h b/src/soc/intel/baytrail/include/soc/gpio.h
index 413ade2..f312cdc 100644
--- a/src/soc/intel/baytrail/include/soc/gpio.h
+++ b/src/soc/intel/baytrail/include/soc/gpio.h
@@ -322,7 +322,7 @@
 #define GPIO_INPUT_LEGACY	GPIO_INPUT_LEGACY_NOPU
 #define GPIO_INPUT_PU		GPIO_INPUT_PU_20K
 #define GPIO_INPUT_PD 		GPIO_INPUT_PD_20K
-#define GPIO_NC			GPIO_INPUT_PU_20K
+#define GPIO_NC			GPIO_OUT_HIGH
 #define GPIO_DEFAULT 		GPIO_FUNC0
 
 /* 16 DirectIRQs per supported bank */



More information about the coreboot-gerrit mailing list