<p>Lin Huang has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20866">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">rockchip: tpm: cr50: set tpm_irq gpio initialization status<br><br>cr50 tpm_irq gpio use rise edge irq, so need to set this gpio<br>initialization status to input pullup.<br><br>BRANCH=None<br>BUG=None<br>TEST=boot from bob<br><br>Change-Id: I9b8e6497f07146dafdb447a6ea10d039a2a2fa33<br>Signed-off-by: Lin Huang <hl@rock-chips.com><br>---<br>M src/mainboard/google/gru/bootblock.c<br>1 file changed, 1 insertion(+), 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/66/20866/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/gru/bootblock.c b/src/mainboard/google/gru/bootblock.c<br>index c5ab28a..2367674 100644<br>--- a/src/mainboard/google/gru/bootblock.c<br>+++ b/src/mainboard/google/gru/bootblock.c<br>@@ -112,6 +112,7 @@<br>                       write32(&rk3399_grf->iomux_spi0, IOMUX_SPI0);<br>          }<br> <br>+         gpio_input_pullup(GPIO_TPM_IRQ);<br>              gpio_input_irq(GPIO_TPM_IRQ, IRQ_TYPE_EDGE_RISING);<br>   } else {<br>              gpio_input(GPIO(1, B, 7));      /* I2C0_SDA remove pull-up */<br></pre><p>To view, visit <a href="https://review.coreboot.org/20866">change 20866</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/20866"/><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: I9b8e6497f07146dafdb447a6ea10d039a2a2fa33 </div>
<div style="display:none"> Gerrit-Change-Number: 20866 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lin Huang <hl@rock-chips.com> </div>