[coreboot-gerrit] Patch set updated for coreboot: intel/strago: Enable native mode on sd card cd line

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Tue Jan 26 19:22:27 CET 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12741

-gerrit

commit 73de0027896781ef693d9468af640f77c5510420
Author: Jagadish Krishnamoorthy <jagadish.krishnamoorthy at intel.com>
Date:   Wed Nov 4 14:25:15 2015 -0800

    intel/strago: Enable native mode on sd card cd line
    
    Configuring Native Mode enables the card present bit in
    sd card controller register.
    
    TEST=Sd Card Plug/Unplug should work in OS and DepthCharge.
    
    Original-Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    
    Change-Id: I2f017bdd7125f324fb58a88485cd83110851fbc5
    Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy at intel.com>
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
 src/mainboard/intel/strago/gpio.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mainboard/intel/strago/gpio.c b/src/mainboard/intel/strago/gpio.c
index ab8c120..a0a0b29 100755
--- a/src/mainboard/intel/strago/gpio.c
+++ b/src/mainboard/intel/strago/gpio.c
@@ -74,8 +74,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
 	Native_M1, /* 78  SDMMC3_PWR_EN_B */
 	GPIO_NC, /* 79  GPI ILB_SERIRQ */
 	Native_M1, /* 80  USB_OC0_B */
-	GPI(trig_edge_both, L1, P_20K_H, non_maskable,
-				en_edge_detect, NA , NA),
+	NATIVE_INT_PU20K(1, L1), /* 81  SDMMC3_CD_B */
 	/* 81  SDMMC3_CD_B */
 	GPIO_NC,  /* 82  spkr	 asummed gpio number */
 	Native_M1, /* 83 SUSPWRDNACK */



More information about the coreboot-gerrit mailing list