<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25016">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/kahlee: Set GPIO 40 to input<br><br>GPIO 40 isn't currently being used, so set it to be an input.<br><br>BUG=b:73387647<br>TEST=Build & boot grunt<br><br>Change-Id: I5a04cbab1276cd20e7f9c7576e8111089dd2b155<br>Signed-off-by: Martin Roth <martinroth@chromium.org><br>---<br>M src/mainboard/google/kahlee/variants/baseboard/gpio.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/25016/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c</span><br><span>index de70be4..9964e6f 100644</span><br><span>--- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c</span><br><span>+++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c</span><br><span>@@ -83,8 +83,8 @@</span><br><span>        /* GPIO_26 - APU_PCIE_RST_L */</span><br><span>       PAD_NF(GPIO_26, PCIE_RST_L, PULL_NONE),</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     /* GPIO_40 - EMMC_BRIDGE_RST_L */</span><br><span style="color: hsl(0, 100%, 40%);">-       PAD_GPO(GPIO_40, HIGH),</span><br><span style="color: hsl(120, 100%, 40%);">+       /* GPIO_40 - EMMC_BRIDGE_RST_L - Currently unused */</span><br><span style="color: hsl(120, 100%, 40%);">+  PAD_GPI(GPIO_40, PULL_NONE),</span><br><span> </span><br><span>     /* GPIO_42 - S5_MUX_CTRL */</span><br><span>  PAD_NF(GPIO_42, S5_MUX_CTRL, PULL_NONE),</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25016">change 25016</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/25016"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5a04cbab1276cd20e7f9c7576e8111089dd2b155 </div>
<div style="display:none"> Gerrit-Change-Number: 25016 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>