
7 Jan
2014
7 Jan
'14
11:15 a.m.
Hi Anson,
On Mon, Jan 6, 2014 at 7:31 PM, Anson Huang b20788@freescale.com wrote:
int arch_cpu_init(void) { init_aips();
/*
* When low freq boot is enabled, ROM will not set AHB
* freq, so we need to ensure AHB freq is 132MHz in such
* scenario.
*/
if (mxc_get_clock(MXC_ARM_CLK) == 396000000)
set_ahb_rate(132000000);
set_vddsoc(1200); /* Set VDDSOC to 1.2V */
Your patch looks good, but please rebase it against the latest u-boot-imx tree because I sent a recent patch that sets vddsoc to 1.175V.
After doing so, you can add:
Reviewed-by: Fabio Estevam fabio.estevam@freescale.com
Regards,
Fabio Estevam