[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Set GPIO 40 to input

Martin Roth (Code Review) gerrit at coreboot.org
Tue Mar 6 22:46:28 CET 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/25016


Change subject: mainboard/google/kahlee: Set GPIO 40 to input
......................................................................

mainboard/google/kahlee: Set GPIO 40 to input

GPIO 40 isn't currently being used, so set it to be an input.

BUG=b:73387647
TEST=Build & boot grunt

Change-Id: I5a04cbab1276cd20e7f9c7576e8111089dd2b155
Signed-off-by: Martin Roth <martinroth at chromium.org>
---
M src/mainboard/google/kahlee/variants/baseboard/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/25016/1

diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
index de70be4..9964e6f 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c
+++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
@@ -83,8 +83,8 @@
 	/* GPIO_26 - APU_PCIE_RST_L */
 	PAD_NF(GPIO_26, PCIE_RST_L, PULL_NONE),
 
-	/* GPIO_40 - EMMC_BRIDGE_RST_L */
-	PAD_GPO(GPIO_40, HIGH),
+	/* GPIO_40 - EMMC_BRIDGE_RST_L - Currently unused */
+	PAD_GPI(GPIO_40, PULL_NONE),
 
 	/* GPIO_42 - S5_MUX_CTRL */
 	PAD_NF(GPIO_42, S5_MUX_CTRL, PULL_NONE),

-- 
To view, visit https://review.coreboot.org/25016
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: I5a04cbab1276cd20e7f9c7576e8111089dd2b155
Gerrit-Change-Number: 25016
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180306/70509fd9/attachment.html>


More information about the coreboot-gerrit mailing list