<p>Furquan Shaikh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22844">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/google/poppy/variants/nami: Fix GPIO config for PCH_SPK_EN<br><br>PCH_SPK_EN uses GPP_A23 and not GPP_A22. This change fixes the gpio<br>configuration error in the initial CL:22703.<br><br>BUG=b:70160119<br><br>Change-Id: I90d9c009369c53cfec47fe77356e181d5ecf7ad5<br>Signed-off-by: Furquan Shaikh <furquan@google.com><br>---<br>M src/mainboard/google/poppy/variants/nami/gpio.c<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/22844/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/poppy/variants/nami/gpio.c b/src/mainboard/google/poppy/variants/nami/gpio.c<br>index 81fb129..e9e46c3 100644<br>--- a/src/mainboard/google/poppy/variants/nami/gpio.c<br>+++ b/src/mainboard/google/poppy/variants/nami/gpio.c<br>@@ -57,10 +57,10 @@<br>         PAD_CFG_NC(GPP_A20),<br>  /* A21 : ISH_GP3 ==> NC */<br>         PAD_CFG_NC(GPP_A21),<br>- /* A22 : ISH_GP4 ==> PCH_SPK_EN */<br>-        PAD_CFG_GPO(GPP_A22, 1, DEEP),<br>-       /* A23 : ISH_GP5 ==> NC */<br>-        PAD_CFG_NC(GPP_A23),<br>+ /* A22 : ISH_GP4 ==> NC */<br>+        PAD_CFG_NC(GPP_A22),<br>+ /* A23 : ISH_GP5 ==> PCH_SPK_EN */<br>+        PAD_CFG_GPO(GPP_A23, 1, DEEP),<br> <br>     /* B0  : CORE_VID0 ==> NC(T3) */<br>   PAD_CFG_NC(GPP_B0),<br></pre><p>To view, visit <a href="https://review.coreboot.org/22844">change 22844</a>. To unsubscribe, 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/22844"/><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: I90d9c009369c53cfec47fe77356e181d5ecf7ad5 </div>
<div style="display:none"> Gerrit-Change-Number: 22844 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Furquan Shaikh <furquan@google.com> </div>