[coreboot-gerrit] New patch to review for coreboot: ba8cf8b Samus: fix unused GPIO pin

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Apr 1 22:52:27 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/9199

-gerrit

commit ba8cf8be655b11b15fbf36beafc38a4ec3ad1edb
Author: Kenji Chen <kenji.chen at intel.com>
Date:   Wed Sep 10 06:00:15 2014 +0800

    Samus: fix unused GPIO pin
    
    Mark GPIO42 as unused according to Samus schematics
    
    BUG=None
    TEST=Make the chnage; Pass the build process; Need someone having
    the board perform the verification.
    
    Change-Id: Ib53a3ae062d414a2c98ec0756e759760d179e3fd
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: 4e0f8f3276c575ff60fbda709de5d3cfe31a5900
    Original-Change-Id: Ifd6a0d2de8af0fe3af4a14f44ce572b41b77509c
    Original-Signed-off-by: Kenji Chen <kenji.chen at intel.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/217344
    Original-Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/samus/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/samus/gpio.h b/src/mainboard/google/samus/gpio.h
index b7ddcb0..df74a1a 100644
--- a/src/mainboard/google/samus/gpio.h
+++ b/src/mainboard/google/samus/gpio.h
@@ -68,7 +68,7 @@ static const struct gpio_config mainboard_gpio_config[] = {
 	PCH_GPIO_UNUSED,        /* 39: UNUSED */
 	PCH_GPIO_NATIVE,        /* 40: NATIVE: PCH_USB1_OC_L */
 	PCH_GPIO_NATIVE,        /* 41: NATIVE: PCH_USB2_OC_L */
-	PCH_GPIO_OUT_HIGH,      /* 42: WLAN_DISABLE_L */
+	PCH_GPIO_UNUSED,        /* 42: WLAN_DISABLE_L */
 	PCH_GPIO_OUT_HIGH,      /* 43: PP1800_CODEC_EN */
 	PCH_GPIO_UNUSED,        /* 44: UNUSED */
 	PCH_GPIO_PIRQ,          /* 45: DSP_INT (PIRQN) */



More information about the coreboot-gerrit mailing list