I need to read some mode registers from LPDDR4 memory with iMX8mm.
I tried to use 'lpddr4_mr_read()' function from ddrphy_utils.c, but this command hangs.
It looks that it accesses registers (DRC_PERF_MON_MRR0_DAT) which are not described in iMX8MM reference manual.
This registers are described in iMX8M reference manual, and it seems that it has the same memory controller as in iMX8MM.
Is there any other way to read LPDDR4 mode registers in imx8mm ?
Reference manual is unclear on this topic.