[coreboot-gerrit] Change in coreboot[master]: opencellular/rotundu: Fix EMMC support

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Mon Dec 18 07:22:25 CET 2017


Philipp Deppenwiese has uploaded this change for review. ( https://review.coreboot.org/22924


Change subject: opencellular/rotundu: Fix EMMC support
......................................................................

opencellular/rotundu: Fix EMMC support

Change-Id: Id20e9d4ed7ac071d25a69eee63c9ec544d2ad152
Signed-off-by: Philipp Deppenwiese <zaolin at das-labor.org>
---
M src/mainboard/opencellular/rotundu/gpio.c
1 file changed, 11 insertions(+), 11 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/22924/1

diff --git a/src/mainboard/opencellular/rotundu/gpio.c b/src/mainboard/opencellular/rotundu/gpio.c
index bfebf80..f3a38f2 100644
--- a/src/mainboard/opencellular/rotundu/gpio.c
+++ b/src/mainboard/opencellular/rotundu/gpio.c
@@ -70,17 +70,17 @@
 	GPIO_NC,		/* GPIO_S0_SC[013]		I2S1_FRM		HDA_SDI[1]		-			- */
 	GPIO_NC,		/* GPIO_S0_SC[014]		I2S1_DATAOUT		RESERVED		-			- */
 	GPIO_DEFAULT,		/* GPIO_S0_SC[015]		I2S1_DATAIN		RESERVED		-			- */
-	GPIO_NC,		/* GPIO_S0_SC[016]		MMC1_CLK		-			MMC1_45_CLK		- */
-	GPIO_NC,		/* GPIO_S0_SC[017]		MMC1_D[0]		-			MMC1_45_D[0]		- */
-	GPIO_NC,		/* GPIO_S0_SC[018]		MMC1_D[1]		-			MMC1_45_D[1]		- */
-	GPIO_NC,		/* GPIO_S0_SC[019]		MMC1_D[2]		-			MMC1_45_D[2]		- */
-	GPIO_NC,		/* GPIO_S0_SC[020]		MMC1_D[3]		-			MMC1_45_D[3]		- */
-	GPIO_NC,		/* GPIO_S0_SC[021]		MMC1_D[4]		-			MMC1_45_D[4]		- */
-	GPIO_NC,		/* GPIO_S0_SC[022]		MMC1_D[5]		-			MMC1_45_D[5]		- */
-	GPIO_NC,		/* GPIO_S0_SC[023]		MMC1_D[6]		-			MMC1_45_D[6]		- */
-	GPIO_NC,		/* GPIO_S0_SC[024]		MMC1_D[7]		-			MMC1_45_D[7]		- */
-	GPIO_NC,		/* GPIO_S0_SC[025]		MMC1_CMD		-			MMC1_45_CMD		- */
-	GPIO_NC,		/* GPIO_S0_SC[026]		MMC1_RST#		SATA_DEVSLP[0]		MMC1_45_RST#		- */
+	GPIO_FUNC3_PULL_DOWN_20K,		/* GPIO_S0_SC[016]		MMC1_CLK		-			MMC1_45_CLK		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[017]		MMC1_D[0]		-			MMC1_45_D[0]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[018]		MMC1_D[1]		-			MMC1_45_D[1]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[019]		MMC1_D[2]		-			MMC1_45_D[2]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[020]		MMC1_D[3]		-			MMC1_45_D[3]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[021]		MMC1_D[4]		-			MMC1_45_D[4]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[022]		MMC1_D[5]		-			MMC1_45_D[5]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[023]		MMC1_D[6]		-			MMC1_45_D[6]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[024]		MMC1_D[7]		-			MMC1_45_D[7]		- */
+	GPIO_FUNC3_PULL_UP_20K,		/* GPIO_S0_SC[025]		MMC1_CMD		-			MMC1_45_CMD		- */
+	GPIO_FUNC3_PULL_DOWN_20K,		/* GPIO_S0_SC[026]		MMC1_RST#		SATA_DEVSLP[0]		MMC1_45_RST#		- */
 	GPIO_NC,		/* GPIO_S0_SC[027]		SD2_CLK			-			-			- */
 	GPIO_NC,		/* GPIO_S0_SC[028]		SD2_D[0]		-			-			- */
 	GPIO_NC,		/* GPIO_S0_SC[029]		SD2_D[1]		-			-			- */

-- 
To view, visit https://review.coreboot.org/22924
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id20e9d4ed7ac071d25a69eee63c9ec544d2ad152
Gerrit-Change-Number: 22924
Gerrit-PatchSet: 1
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171218/c0baad15/attachment.html>


More information about the coreboot-gerrit mailing list