From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 27 Sep 2013 10:54:17 -0700 Subject: [U-Boot] [PATCH] powerpc/t4240: updated rcw_cfg to align with default hardware configuration In-Reply-To: <1378875514-951-1-git-send-email-shh.xie@gmail.com> References: <1378875514-951-1-git-send-email-shh.xie@gmail.com> Message-ID: <5245C649.4060506@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 09/10/2013 09:58 PM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > Default configuration has been changed, the most important one is DDR > ref_clock which is changed from 66.67MHz to 133.33MHz. so the ratio need to > change from 24x to 12x to keep the DDR frequency. There are also some > other optimise to align with default configuration. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx/next, pending merging to u-boot-mpc85xx/master branch. York