Re: [PATCH v3 6/8] RAM: Add changes for i.MXRT11xx series

2022-08-31 Thread Jesse Taube
On 7/27/22 13:19, sba...@denx.de wrote: The i.MXRT11 series has different offsets for IOCR_MUX, it also can address 64MiB of SDRAM so add a macro for that. Signed-off-by: Jesse Taube Applied to u-boot-imx, master, thanks ! Was this ever applied? Thanks, Jesse Best regards, Stefano Babic

[PATCH v3 6/8] RAM: Add changes for i.MXRT11xx series

2022-07-27 Thread sbabic
> The i.MXRT11 series has different offsets for IOCR_MUX, it also can > address 64MiB of SDRAM so add a macro for that. > Signed-off-by: Jesse Taube Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

[PATCH v3 6/8] RAM: Add changes for i.MXRT11xx series

2022-07-25 Thread Jesse Taube
The i.MXRT11 series has different offsets for IOCR_MUX, it also can address 64MiB of SDRAM so add a macro for that. Signed-off-by: Jesse Taube --- V1 -> V2: * Nothing done V2 -> V3: * Nothing done --- drivers/ram/imxrt_sdram.c| 9 + include/dt-bindings/memory/imxrt-sdram.