projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
33c3dfd
)
armv8: ls1046ardb: update the DIMM WRLVL_START value
author
Yuantian Tang
<andy.tang@nxp.com>
Mon, 20 Apr 2020 04:52:54 +0000
(12:52 +0800)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 28 Apr 2020 12:16:46 +0000
(17:46 +0530)
The WRLVL_START values are optimized for old DDR MTA18ASF1G72AZ.
Update DDR struct to set new WRLVL_START values so that the new DIMM
MTA18ADF2G72AZ get optimized and the old DIMM still works.
Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/ls1046ardb/ddr.h
patch
|
blob
|
history
diff --git
a/board/freescale/ls1046ardb/ddr.h
b/board/freescale/ls1046ardb/ddr.h
index
3b4d44d
..
05baef2
100644
(file)
--- a/
board/freescale/ls1046ardb/ddr.h
+++ b/
board/freescale/ls1046ardb/ddr.h
@@
-32,7
+32,7
@@
static const struct board_specific_parameters udimm0[] = {
{2, 1350, 0, 8, 6, 0x0708090B, 0x0C0D0E09,},
{2, 1666, 0, 8, 7, 0x08090A0C, 0x0D0F100B,},
{2, 1900, 0, 8, 7, 0x09090B0D, 0x0E10120B,},
{2, 1350, 0, 8, 6, 0x0708090B, 0x0C0D0E09,},
{2, 1666, 0, 8, 7, 0x08090A0C, 0x0D0F100B,},
{2, 1900, 0, 8, 7, 0x09090B0D, 0x0E10120B,},
- {2, 2300, 0, 8,
9, 0x0A0B0C10, 0x1213140E
,},
+ {2, 2300, 0, 8,
7, 0x08090A0E, 0x1011120C
,},
{}
};
{}
};