[coreboot-gerrit] Change in coreboot[master]: mainboard/google/reef: Configure sdcard cd GPIO_177

Venkateswarlu V Vinjamuri (Code Review) gerrit at coreboot.org
Thu Mar 23 02:49:01 CET 2017


Venkateswarlu V Vinjamuri has uploaded a new change for review. ( https://review.coreboot.org/18948 )

Change subject: mainboard/google/reef: Configure sdcard cd GPIO_177
......................................................................

mainboard/google/reef: Configure sdcard cd GPIO_177

This configures GPIO_177 as native functio.
This enables OS to boot from sdcard.

CQ-DEPEND=448173
BUG=chrome-os-partner:63070
TEST=Check OS boot from sdcard

Change-Id: I73901d4a1b39752cbc452f3286d494587dac95d4
Signed-off-by: Venkateswarlu Vinjamuri <venkateswarlu.v.vinjamuri at intel.com>
---
M src/mainboard/google/reef/variants/baseboard/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/18948/1

diff --git a/src/mainboard/google/reef/variants/baseboard/gpio.c b/src/mainboard/google/reef/variants/baseboard/gpio.c
index c572b1e..be35b27 100644
--- a/src/mainboard/google/reef/variants/baseboard/gpio.c
+++ b/src/mainboard/google/reef/variants/baseboard/gpio.c
@@ -59,7 +59,7 @@
 	PAD_CFG_NF(GPIO_175, UP_20K, DEEP, NF1), /* SDCARD_D2 */
 	PAD_CFG_NF(GPIO_176, UP_20K, DEEP, NF1), /* SDCARD_D3 */
 	/* Card detect is active LOW with external pull up. */
-	PAD_CFG_GPI_GPIO_DRIVER(GPIO_177, NONE, DEEP), /* SDCARD_CD_N */
+	PAD_CFG_NF(GPIO_177, NONE, DEEP,NF1), /* SDCARD_CD_N */
 	PAD_CFG_NF(GPIO_178, UP_20K, DEEP, NF1), /* SDCARD_CMD */
 	/* CLK feedback, internal signal, needs 20K pull down */
 	PAD_CFG_NF(GPIO_179, DN_20K, DEEP, NF1), /* SDCARD_CLK_FB */

-- 
To view, visit https://review.coreboot.org/18948
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I73901d4a1b39752cbc452f3286d494587dac95d4
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Venkateswarlu V Vinjamuri <venkateswarlu.v.vinjamuri at intel.com>



More information about the coreboot-gerrit mailing list