Re: [PATCH 3/9] ddr: imx9: Wait until dram initialization complete

2025-07-30 Thread Fabio Estevam
On Sun, Jul 27, 2025 at 11:14 PM Peng Fan (OSS) wrote: > > From: "Tom.zheng" No need to enclose the name with " and put a dot between the names. > > If the DDR data INIT bit is set, and ddr is running at low frequency, > need to make sure DDR initialization complete before continue. > Otherwise

[PATCH 3/9] ddr: imx9: Wait until dram initialization complete

2025-07-27 Thread Peng Fan (OSS)
From: "Tom.zheng" If the DDR data INIT bit is set, and ddr is running at low frequency, need to make sure DDR initialization complete before continue. Otherwise, unpredictable behavior when inline ECC id enabled. Signed-off-by: Tom.zheng Signed-off-by: Jacky Bai Reviewed-by: Peng Fan Signed-o