veyron: mickey sdram-lpddr3-samsung-2GB.inc now 40 Ohm
The value of 0x4 (60 Ohm) apperas to be causing lots of problems. Since 0x1 (34.3 Ohm) was _almost_ right, let's try 0x2 (40 Ohm) and hope it's the sweet spot. BRANCH=None BUG=chrome-os-partner:43626 TEST=My mickey now boots up Change-Id: If8b7d51d058ae000c0af189a648c62fa38a872ac Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/291121 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
0e468b1df5
commit
0dabadca1a
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@
|
|||
.mr[0] = 0x0,
|
||||
.mr[1] = 0xC3,
|
||||
.mr[2] = 0x6,
|
||||
/* 60Ohms instead of 34.3 due to bad PCB routing on Mickey. */
|
||||
.mr[3] = 0x4
|
||||
/* 40 Ohms instead of 34.3 due to bad PCB routing on Mickey. */
|
||||
.mr[3] = 0x2
|
||||
},
|
||||
.noc_timing = 0x20D266A4,
|
||||
.noc_activate = 0x5B6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue