MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register
authorCurt Brune <curt@cumulusnetworks.com>
Fri, 13 Feb 2015 18:57:11 +0000 (10:57 -0800)
committerYork Sun <yorksun@freescale.com>
Mon, 20 Apr 2015 17:15:28 +0000 (10:15 -0700)
commitd7c865bdf2588c5f5936cc92fe679c68397196e3
treef4d87280b45bede588e5130ea1abdee297c0d782
parentb8d7652c81689a69bc6eaa206cf875bbe632831c
MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register

According to the MPC8555/MPC8541 reference manual the SS_EN (source
synchronous enable) bit in the DDR_SDRAM_CLK_CNLT register must be set
during initialization.

>From section 9.4.1.8 of that manual:

   Source synchronous enable. This bit field must be set during
   initialization. See Section 9.6.1, "DDR SDRAM Initialization
   Sequence," details.

   0 - Reserved
   1 - The address and command are sent to the DDR SDRAMs source
       synchronously.

In addition, Freescale application note AN2805 is also very clear that
this bit must be set.

This patch reverts a change introduced by commit
457caecdbca3df21a93abff19eab12dbc61b7897.

Testing Done:

Compiled targets CONFIG_TARGET_MPC8555CDS and CONFIG_TARGET_MPC8541CDS
and inspected the generated assembly code to verify the SS_EN bit was being
set.  There is one extra instruction emitted:

  fff9b774: 65 29 80 00  oris    r9,r9,32768

Compiled the CONFIG_TARGET_MPC8548CDS target and verified that no
additional instructions were emitted related to this patch.

Booted an image on a MPC8541 based board successfully.

Signed-off-by: Curt Brune <curt@cumulusnetworks.com>
Reviewed-by: York Sun <yorksun@freescale.com>
drivers/ddr/fsl/ctrl_regs.c