[coreboot-gerrit] Change in coreboot[master]: TEST_ONLY: rainier: fix link rate to 2.7GB

Lin Huang (Code Review) gerrit at coreboot.org
Mon Jan 22 03:31:21 CET 2018


Lin Huang has uploaded this change for review. ( https://review.coreboot.org/23347


Change subject: TEST_ONLY: rainier: fix link rate to 2.7GB
......................................................................

TEST_ONLY: rainier: fix link rate to 2.7GB

the panel offer a wrong link rate value now, so fix this
value until panel vendor correct it.

Change-Id: I40185bd313cf50489ab43b665bce2edac73d45bd
Signed-off-by: Lin Huang <hl at rock-chips.com>
---
M src/soc/rockchip/common/edp.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/23347/1

diff --git a/src/soc/rockchip/common/edp.c b/src/soc/rockchip/common/edp.c
index 2594005..31c1c95 100644
--- a/src/soc/rockchip/common/edp.c
+++ b/src/soc/rockchip/common/edp.c
@@ -592,7 +592,7 @@
 		return err;
 
 	edp->link_train.revision = values[0];
-	edp->link_train.link_rate = values[1];
+	edp->link_train.link_rate = 0x0a;//values[1];
 	edp->link_train.lane_count = values[2] & DP_MAX_LANE_COUNT_MASK;
 
 	edp_debug("max link rate:%d.%dGps max number of lanes:%d\n",

-- 
To view, visit https://review.coreboot.org/23347
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40185bd313cf50489ab43b665bce2edac73d45bd
Gerrit-Change-Number: 23347
Gerrit-PatchSet: 1
Gerrit-Owner: Lin Huang <hl at rock-chips.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180122/ce163ff3/attachment-0001.html>


More information about the coreboot-gerrit mailing list