<p>Lin Huang has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20802">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/gru: Scarlet gpio4cd use 1.8V powerdomain<br><br>Scarlet gpio4cd use 1.8V powerdomain, let's make a<br>correct register setting, otherwise even the uart<br>can not work.<br><br>Change-Id: Ib5a8b2a4d92502fb829688d0a3e1b645d53cd7fc<br>Signed-off-by: Lin Huang <hl@rock-chips.com><br>---<br>M src/mainboard/google/gru/bootblock.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/02/20802/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 7359f2a..d0a5182 100644<br>--- a/src/mainboard/google/gru/bootblock.c<br>+++ b/src/mainboard/google/gru/bootblock.c<br>@@ -44,6 +44,10 @@<br>     */<br>   write32(&rk3399_grf->io_vsel, RK_SETBITS(1 << 0));<br> <br>+   /* Scarlet gpio2ab iodomain is 1.8V */<br>+       if (IS_ENABLED(CONFIG_BOARD_GOOGLE_SCARLET))<br>+         write32(&rk3399_grf->io_vsel, RK_SETBITS(1 << 3));<br>+<br>    if (!IS_ENABLED(CONFIG_BOARD_GOOGLE_SCARLET)) {<br>               /* Enable rails powering GPIO blocks, among other things.<br>                These are EC-controlled on Scarlet and already on. */<br></pre><p>To view, visit <a href="https://review.coreboot.org/20802">change 20802</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/20802"/><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: Ib5a8b2a4d92502fb829688d0a3e1b645d53cd7fc </div>
<div style="display:none"> Gerrit-Change-Number: 20802 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lin Huang <hl@rock-chips.com> </div>