From patchwork Fri Apr 3 06:59:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Tang X-Patchwork-Id: 237134 List-Id: U-Boot discussion From: andy.tang at nxp.com (andy.tang at nxp.com) Date: Fri, 3 Apr 2020 14:59:45 +0800 Subject: [PATCH] armv8: ls1046ardb: add new 16GB udimm memory support Message-ID: <20200403065945.43321-1-andy.tang@nxp.com> From: Yuantian Tang Add this udimm memory support on ls1046ardb board. Signed-off-by: Yuantian Tang --- board/freescale/ls1046ardb/ddr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/ls1046ardb/ddr.h b/board/freescale/ls1046ardb/ddr.h index 3b4d44d465..d401daa776 100644 --- a/board/freescale/ls1046ardb/ddr.h +++ b/board/freescale/ls1046ardb/ddr.h @@ -32,6 +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, 2133, 0, 4, 7, 0x08090A0E, 0x1011120C,}, {2, 2300, 0, 8, 9, 0x0A0B0C10, 0x1213140E,}, {} };