[PATCH] ARM: imx: Do not hard-code MX8M MMU table DRAM entry offset

2021-03-01 Thread sbabic
> Instead of hard-coding the offset of DRAM entries in MMU table all over > the code, auto-detect the offset. This removes error-prone code which > would break e.g. in case the MMU table is modified. > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Peng Fan > Cc: Stefano Babic > Cc: Ye Li

Re: [PATCH] ARM: imx: Do not hard-code MX8M MMU table DRAM entry offset

2021-02-27 Thread Fabio Estevam
Hi Marek, On Sat, Feb 27, 2021 at 10:59 AM Marek Vasut wrote: > > Instead of hard-coding the offset of DRAM entries in MMU table all over > the code, auto-detect the offset. This removes error-prone code which > would break e.g. in case the MMU table is modified. > > Signed-off-by: Marek Vasut >

[PATCH] ARM: imx: Do not hard-code MX8M MMU table DRAM entry offset

2021-02-27 Thread Marek Vasut
Instead of hard-coding the offset of DRAM entries in MMU table all over the code, auto-detect the offset. This removes error-prone code which would break e.g. in case the MMU table is modified. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Cc: Ye Li --- arch/arm