]> git.sur5r.net Git - u-boot/commitdiff
armv8: ls1088: Update 1900MT/s DDR timing to bring consistency
authorAshish Kumar <Ashish.Kumar@nxp.com>
Wed, 18 Apr 2018 05:07:24 +0000 (10:37 +0530)
committerYork Sun <york.sun@nxp.com>
Wed, 9 May 2018 14:17:51 +0000 (09:17 -0500)
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls1088a/ddr.h

index 764ed7945b31ded3a77a1aa37afc9a82f4250c32..b35c4ae2dad47ba114a021a7663269f8cb02eaac 100644 (file)
@@ -30,12 +30,12 @@ static const struct board_specific_parameters udimm0[] = {
 #if defined(CONFIG_TARGET_LS1088ARDB)
 
        {2,  1666, 0, 8,     8, 0x090A0B0E, 0x0F10110D,},
-       {2,  1900, 0, 4,     7, 0x09090B0D, 0x0E10120B,},
+       {2,  1900, 0, 8,     9, 0x0A0B0C10, 0x1112140E,},
        {2,  2300, 0, 8,     9, 0x0A0C0E11, 0x1214160F,},
        {}
 #elif defined(CONFIG_TARGET_LS1088AQDS)
        {2,  1666, 0, 8,     8, 0x0A0A0C0E, 0x0F10110C,},
-       {2,  1900, 0, 4,     7, 0x09090B0D, 0x0E10120B,},
+       {2,  1900, 0, 8,     9, 0x0A0B0C10, 0x1112140E,},
        {2,  2300, 0, 4,     9, 0x0A0C0D11, 0x1214150E,},
        {}