From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 21 Jan 2014 14:57:23 -0800 Subject: [U-Boot] [PATCH][v3] powerpc/t1040qds: Update DDR initialization related settings In-Reply-To: <1388728495-2559-1-git-send-email-Priyanka.Jain@freescale.com> References: <1388728495-2559-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <52DEFB53.4000909@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/02/2014 09:54 PM, Priyanka Jain wrote: > Update following DDR related settings for T1040QDS > -Correct number of chip selects to two as t1040qds supports > two Chip selects. > -Update board_specific_parameters udimm structure with settings > derived via calibration. > -Reduced I2C speed to 50KHz as DDR-SPD does not get reliably > read at 400KHz. > > Verified the updated settings to be working fine with dual-ranked > Micron, MT18KSF51272AZ-1G6 DIMM at data rate 833MT/s, 1333MT/s and > 1600MT/s. > > > Signed-off-by: Poonam Aggrwal > Signed-off-by: Priyanka Jain > --- > Changes for v3: > Updated description based on York's comments. > > Changes for v2: > Reduced I2C speed to 50KHz. > Applied to u-boot-mpc85xx master branch. Awaiting upstream. York