Re: [U-Boot] [PATCH v2 4/4] Exynos5420: DMC: Add software read leveling

2014-05-26 Thread Simon Glass
On 26 May 2014 03:50, Akshay Saraswat wrote: > Sometimes Read DQ and DQS are not in phase. Since, this > phase shift differs from board to board, we need to > calibrate it at DRAM init phase, that's read DQ calibration. > This patch adds SW Read DQ calibration routine to compensate > this skew. >

[U-Boot] [PATCH v2 4/4] Exynos5420: DMC: Add software read leveling

2014-05-26 Thread Akshay Saraswat
Sometimes Read DQ and DQS are not in phase. Since, this phase shift differs from board to board, we need to calibrate it at DRAM init phase, that's read DQ calibration. This patch adds SW Read DQ calibration routine to compensate this skew. Signed-off-by: Alim Akhtar Signed-off-by: Akshay Saraswa