Skip to content

Commit

Permalink
compulab: im8mp: ddr: Update Micron support
Browse files Browse the repository at this point in the history
Add 111L53100S, MICRON; MT53E2G32D4DE-046 support

Signed-off-by: Valentin Raevsky <[email protected]>
  • Loading branch information
vraevsky committed Jul 4, 2024
1 parent 2e9d5ff commit efbcd1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions board/compulab/plat/imx8mp/ddr/ddr.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ static const struct lpddr4_desc lpddr4_array[] = {
{ .name = "Micron", .id = 0xff060018, .subind = 0x8, .size = 8192, .count = 1,
#ifdef CONFIG_SPL_BUILD
.timing = &ucm_dram_timing_ff060018
#endif
},
{ .name = "Micron", .id = 0xff070018, .subind = 0x8, .size = 8192, .count = 1,
#ifdef CONFIG_SPL_BUILD
.timing = &ucm_dram_timing_ff060018
#endif
},
#endif
Expand Down

0 comments on commit efbcd1e

Please sign in to comment.