Re: [U-Boot] [PATCH 3/4] ARM: mx6: Handle the MMDCx_MDCTL COL field caprices

2014-08-20 Thread Stefano Babic
Hi Marek, On 04/08/2014 01:47, Marek Vasut wrote: > The COL field value cannot be easily calculated from the desired > column number. Instead, there are special cases for that, see the > datasheet, MMDCx_MDCTL field description, field COL . Cater for > those special cases. > > Signed-off-by: Mare

[U-Boot] [PATCH 3/4] ARM: mx6: Handle the MMDCx_MDCTL COL field caprices

2014-08-03 Thread Marek Vasut
The COL field value cannot be easily calculated from the desired column number. Instead, there are special cases for that, see the datasheet, MMDCx_MDCTL field description, field COL . Cater for those special cases. Signed-off-by: Marek Vasut --- arch/arm/cpu/armv7/mx6/ddr.c | 8 +++- 1 file