<p>Lin Huang has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23347">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">TEST_ONLY: rainier: fix link rate to 2.7GB<br><br>the panel offer a wrong link rate value now, so fix this<br>value until panel vendor correct it.<br><br>Change-Id: I40185bd313cf50489ab43b665bce2edac73d45bd<br>Signed-off-by: Lin Huang <hl@rock-chips.com><br>---<br>M src/soc/rockchip/common/edp.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/23347/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/rockchip/common/edp.c b/src/soc/rockchip/common/edp.c</span><br><span>index 2594005..31c1c95 100644</span><br><span>--- a/src/soc/rockchip/common/edp.c</span><br><span>+++ b/src/soc/rockchip/common/edp.c</span><br><span>@@ -592,7 +592,7 @@</span><br><span>               return err;</span><br><span> </span><br><span>      edp->link_train.revision = values[0];</span><br><span style="color: hsl(0, 100%, 40%);">-        edp->link_train.link_rate = values[1];</span><br><span style="color: hsl(120, 100%, 40%);">+     edp->link_train.link_rate = 0x0a;//values[1];</span><br><span>     edp->link_train.lane_count = values[2] & DP_MAX_LANE_COUNT_MASK;</span><br><span> </span><br><span>  edp_debug("max link rate:%d.%dGps max number of lanes:%d\n",</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23347">change 23347</a>. To unsubscribe, or for help writing mail filters, 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/23347"/><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: I40185bd313cf50489ab43b665bce2edac73d45bd </div>
<div style="display:none"> Gerrit-Change-Number: 23347 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lin Huang <hl@rock-chips.com> </div>