<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21936">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/google/kahlee: Add EC_IN_RW flag<br><br>Depthcharge was complaining that this flag wasn't set.<br><br>BUG=b:67614692<br>TEST=Depthcharge no longer complains that there is no GPIO set for flag5.<br><br>Change-Id: Ib854e97b0a3aa42a95ceb8a42a9776f0345ff8b1<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/google/kahlee/chromeos.c<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/21936/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/kahlee/chromeos.c b/src/mainboard/google/kahlee/chromeos.c<br>index 4c152ba..5513074 100644<br>--- a/src/mainboard/google/kahlee/chromeos.c<br>+++ b/src/mainboard/google/kahlee/chromeos.c<br>@@ -22,6 +22,7 @@<br> <br> /* SPI Write protect */<br> #define CROS_WP_GPIO                GPIO_142<br>+#define GPIO_EC_IN_RW                GPIO_15<br> <br> void fill_lb_gpios(struct lb_gpios *gpios)<br> {<br>@@ -30,6 +31,9 @@<br>                {-1, ACTIVE_HIGH, get_recovery_mode_switch(), "recovery"},<br>          {-1, ACTIVE_HIGH, get_lid_switch(), "lid"},<br>                 {-1, ACTIVE_HIGH, 0, "power"},<br>+             {GPIO_EC_IN_RW, ACTIVE_HIGH, gpio_get(GPIO_EC_IN_RW),<br>+                 "EC in RW"},<br>+<br>    };<br>    lb_add_gpios(gpios, chromeos_gpios, ARRAY_SIZE(chromeos_gpios));<br> }<br></pre><p>To view, visit <a href="https://review.coreboot.org/21936">change 21936</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/21936"/><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: Ib854e97b0a3aa42a95ceb8a42a9776f0345ff8b1 </div>
<div style="display:none"> Gerrit-Change-Number: 21936 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>