Krishna P Bhat D has uploaded this change for review.

View Change

mb/google/hatch: Reconfigure SD card detect GPIO host software ownership

This implementation reconfigures SD card detect GPIO(GPP_G5) host
ownership to GPIO driver mode.

BUG=b:123432607
BRANCH=None
TEST=Check SD card gets detected and data transfer working.

Change-Id: Id214184f3e183f6feb6887484cd4ccd3bab65b1a
Signed-off-by: Krishna Prasad Bhat <krishna.p.bhat.d@intel.com>
---
M src/mainboard/google/hatch/variants/baseboard/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/31178/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/gpio.c b/src/mainboard/google/hatch/variants/baseboard/gpio.c
index a078997..4b923829 100644
--- a/src/mainboard/google/hatch/variants/baseboard/gpio.c
+++ b/src/mainboard/google/hatch/variants/baseboard/gpio.c
@@ -138,7 +138,7 @@
/* SD_DATA3 */
PAD_CFG_NF(GPP_G4, NONE, DEEP, NF1),
/* SD_CD# */
- PAD_CFG_NF(GPP_G5, NONE, DEEP, NF1),
+ PAD_CFG_GPI_GPIO_DRIVER(GPP_G5, NONE, DEEP),
/* SD_CLK */
PAD_CFG_NF(GPP_G6, NONE, DEEP, NF1),
/* SD_WP => NC */

To view, visit change 31178. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id214184f3e183f6feb6887484cd4ccd3bab65b1a
Gerrit-Change-Number: 31178
Gerrit-PatchSet: 1
Gerrit-Owner: Krishna P Bhat D <krishna.p.bhat.d@intel.com>
Gerrit-MessageType: newchange