veyron: update mickey sdram-lpddr3-samsung-2GB.inc
Modify MR3_I/O Configuration, Change 34.3 ohms to 60 ohms. This resolves an issue that was observed on some Mickey boards with the Samsung 2GB LPDDR3 and is believed to be caused by inferior routing on the small PCB. (Elpida 2GB LPDDR3 seems unaffected.) BUG=chrome-os-partner:41905 TEST=Boot from mickey BRANCH=None Change-Id: I5517e07fc5716ed4cd58e5502f13ccd61ffb5357 Signed-off-by: jinkun.hong <jinkun.hong@rock-chips.com> Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/286333 (cherry picked from commit 1305010aee6818910ad1dec26d9d948505ca281e) Reviewed-on: https://chromium-review.googlesource.com/287415 Commit-Queue: David Hendricks <dhendrix@chromium.org> Tested-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
7fbc42949f
commit
140f8f62d7
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@
|
|||
.mr[0] = 0x0,
|
||||
.mr[1] = 0xC3,
|
||||
.mr[2] = 0x6,
|
||||
.mr[3] = 0x1
|
||||
/* 60Ohms instead of 34.3 due to bad PCB routing on Mickey. */
|
||||
.mr[3] = 0x4
|
||||
},
|
||||
.noc_timing = 0x20D266A4,
|
||||
.noc_activate = 0x5B6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue