]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
venice: lpddr4_timing_imx8mm: add DDRC_ADDRMAP7 config
authorTim Harvey <tharvey@gateworks.com>
Mon, 14 Jul 2025 17:23:01 +0000 (10:23 -0700)
committerFabio Estevam <festevam@gmail.com>
Thu, 17 Jul 2025 12:58:42 +0000 (09:58 -0300)
Add the configuration register for DDRC_ADDRMAP7 which was added in the
RAP spreadsheet v19. This has no functional change but allows DRAM
configuration to be patched in a later commit.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/venice/lpddr4_timing_imx8mm.c

index 956071c5125d04e4d7320e22a4157c41cee4882f..485649ab4f40a809fb82cc784d7f573c22156100 100644 (file)
@@ -1890,6 +1890,7 @@ static struct dram_cfg_param lpddr4_ddrc_cfg_1gb[] = {
        { 0x3d400204, 0x80808 },
        { 0x3d400214, 0x7070707 },
        { 0x3d400218, 0xf070707 },
+       { 0x3d40021c, 0xf0f },
        { 0x3d400250, 0x29001701 },
        { 0x3d400254, 0x2c },
        { 0x3d40025c, 0x4000030 },
@@ -2549,6 +2550,7 @@ static struct dram_cfg_param lpddr4_ddrc_cfg_4gb[] = {
        { 0x3d400204, 0x80808 },
        { 0x3d400214, 0x7070707 },
        { 0x3d400218, 0x7070707 },
+       { 0x3d40021c, 0xf0f },
        { 0x3d400250, 0x29001701 },
        { 0x3d400254, 0x2c },
        { 0x3d40025c, 0x4000030 },
@@ -3065,6 +3067,7 @@ static struct dram_cfg_param lpddr4_ddrc_cfg_2gb[] = {
        { 0x3d400204, 0x80808 },
        { 0x3d400214, 0x7070707 },
        { 0x3d400218, 0x7070707 },
+       { 0x3d40021c, 0xf0f },
        { 0x3d400250, 0x29001701 },
        { 0x3d400254, 0x2c },
        { 0x3d40025c, 0x4000030 },