<p>Julius Werner would like Lin Huang, David Schneider and Philip Chen to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/22891">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/gru: Adjust to incorrect strapping resistors on Kevin<br><br>It seems that RAM code 0 has been strapped with an incorrect resistor on<br>Kevin. The resulting voltage divide still puts it well within the ADC<br>value bucket reserved for that slot, but a little closer to the edge<br>than necessary. While this doesn't seem to cause any immediate problems<br>on its own, it still doesn't hurt to fix it (if only for the<br>documentation value).<br><br>On other boards (at least on my Scarlet) the strapping seems to be<br>correct.<br><br>Change-Id: Ic5199834fbeaf734e725ff45b04f45eefe149855<br>Signed-off-by: Julius Werner <jwerner@chromium.org><br>---<br>M src/mainboard/google/gru/boardid.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/91/22891/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/gru/boardid.c b/src/mainboard/google/gru/boardid.c<br>index 6d18648..22730a2 100644<br>--- a/src/mainboard/google/gru/boardid.c<br>+++ b/src/mainboard/google/gru/boardid.c<br>@@ -22,7 +22,11 @@<br> static const int id_readings[] = {<br> /*    ID : Volts : ADC value :    Bucket      */<br> /* ==   =====   =========    ==========    */<br>+#if IS_ENABLED(CONFIG_BOARD_GOOGLE_KEVIN)<br>+/*      0 : 0.109V:        62 :    0 -   81    */      91,<br>+#else<br> /*         0 : 0.074V:        42 :    0 -   81    */      81,<br>+#endif<br> /*        1 : 0.211V:       120 :   82 -  150    */      150,<br> /*        2 : 0.319V:       181 :  151 -  211    */      211,<br> /*        3 : 0.427V:       242 :  212 -  274    */      274,<br></pre><p>To view, visit <a href="https://review.coreboot.org/22891">change 22891</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/22891"/><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: Ic5199834fbeaf734e725ff45b04f45eefe149855 </div>
<div style="display:none"> Gerrit-Change-Number: 22891 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Julius Werner <jwerner@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: David Schneider <dnschneid@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: Lin Huang <hl@rock-chips.com> </div>
<div style="display:none"> Gerrit-Reviewer: Philip Chen <philipchen@chromium.org> </div>