<p>Matt DeVillier has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21168">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/cyan: Disable unused lines on Gpio North Bank<br><br>Cherry-pick from Chromium commit 1940eb6.<br><br>The unused lines leads to spurious interrupts on few of the systems.<br><br>Original-Change-Id: Ie539e1debc15dd1fd8707f8866c65714fc43e44b<br>Original-Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com><br>Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org><br>Original-Reviewed-by: Bernie Thompson <bhthompson@chromium.org><br>Original-Tested-by: Bernie Thompson <bhthompson@chromium.org><br><br>Change-Id: I6f4f7cec8ef11e781c66b6efff4188259469e41c<br>Signed-off-by: Matt DeVillier <matt.devillier@gmail.com><br>---<br>M src/mainboard/google/cyan/gpio.c<br>1 file changed, 10 insertions(+), 12 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/21168/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/cyan/gpio.c b/src/mainboard/google/cyan/gpio.c<br>index 66c7c2a..a3883391 100644<br>--- a/src/mainboard/google/cyan/gpio.c<br>+++ b/src/mainboard/google/cyan/gpio.c<br>@@ -149,16 +149,15 @@<br> <br> /* North Community */<br> static const struct soc_gpio_map  gpn_gpio_map[] = {<br>-        Native_M5, /* 00 GPIO_DFX0 */<br>-        Native_M5, /* 01 GPIO_DFX3 */<br>-        Native_M1, /* 02 GPIO_DFX7 */<br>-        Native_M5, /* 03 GPIO_DFX1 */<br>-        Native_M1, /* 04 GPIO_DFX5 */<br>-        Native_M1, /* 05 GPIO_DFX4 */<br>-        GPI(trig_edge_low, L5, NA, non_maskable, en_rx_data, NA, NA),<br>-        /* 06 GPIO_DFX8 */<br>-   Native_M5, /* 07 GPIO_DFX2 */<br>-        Native_M8, /* 08 GPIO_DFX6 */<br>+        GPIO_NC, /* 00 GPIO_DFX0 */<br>+  GPIO_NC, /* 01 GPIO_DFX3 */<br>+  GPIO_NC, /* 02 GPIO_DFX7 */<br>+  GPIO_NC, /* 03 GPIO_DFX1 */<br>+  GPIO_NC, /* 04 GPIO_DFX5 */<br>+  GPIO_NC, /* 05 GPIO_DFX4 */<br>+  GPIO_NC, /* 06 GPIO_DFX8 */<br>+  GPIO_NC, /* 07 GPIO_DFX2 */<br>+  GPIO_NC, /* 08 GPIO_DFX6 */<br>   GPI(trig_edge_low, L8, NA, non_maskable, en_edge_rx_data ,<br>    UNMASK_WAKE, SCI), /* 15 GPIO_SUS0 */<br>         GPO_FUNC(NA, NA), /* 16 SEC_GPIO_SUS10 */<br>@@ -169,8 +168,7 @@<br>        GPI(trig_edge_low, L3, P_1K_H, non_maskable, NA, UNMASK_WAKE, NA),<br>    /* 19 GPIO_SUS1 */<br>    GPIO_NC, /* 20 GPIO_SUS5 */<br>-  GPI(trig_edge_high, L2, NA, non_maskable, en_edge_rx_data, NA , NA),<br>- /* 21 SEC_GPIO_SUS11 */<br>+      GPIO_NC, /* 21 SEC_GPIO_SUS11 */<br>      GPIO_NC, /* 22 GPIO_SUS4 */<br>   GPIO_NC,<br>      /* 23 SEC_GPIO_SUS8 */<br></pre><p>To view, visit <a href="https://review.coreboot.org/21168">change 21168</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/21168"/><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: I6f4f7cec8ef11e781c66b6efff4188259469e41c </div>
<div style="display:none"> Gerrit-Change-Number: 21168 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com> </div>