<p>Justin TerAvest has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23829">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/kahlee: Correct bad gpio entry<br><br>There's no need to set the output enable here; this is already handled<br>by the native function. I'm making this correction in this change to<br>prevent the GPIO pin descriptions from getting confusing.<br><br>BUG=b:72875858<br>TEST=Booted, confirmed S5_MUX_CTRL high with and without this change.<br><br>Change-Id: I9e047be7169586c59892ef2bdab915683feeebda<br>Signed-off-by: Justin TerAvest <teravest@chromium.org><br>---<br>M src/mainboard/google/kahlee/variants/baseboard/gpio.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/23829/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 1e1f34b..fb7ae96 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>@@ -91,7 +91,7 @@</span><br><span>         { GPIO_40, Function0, OUTPUT_H },</span><br><span> </span><br><span>        /* GPIO_42 - S5_MUX_CTRL */</span><br><span style="color: hsl(0, 100%, 40%);">-     { GPIO_42, Function0, OUTPUT_H },</span><br><span style="color: hsl(120, 100%, 40%);">+     { GPIO_42, Function0, INPUT },</span><br><span> </span><br><span>   /* GPIO_70 - WLAN_PE_RST_L */</span><br><span>        { GPIO_70, Function0, OUTPUT_H },</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23829">change 23829</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/23829"/><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: I9e047be7169586c59892ef2bdab915683feeebda </div>
<div style="display:none"> Gerrit-Change-Number: 23829 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Justin TerAvest <teravest@chromium.org> </div>