[PATCH 2/2] ARM i.MX53: Make MX53 EVK bootable

Fabio Estevam festevam at gmail.com
Tue Dec 21 04:26:47 EST 2010


Hi Yong,

On Tue, Dec 21, 2010 at 1:37 AM,  <yong.shen at freescale.com> wrote:
...
> +
> +static void __init mx53_evk_timer_init(void)
> +{
> +       mx53_clocks_init(32768, 24000000, 22579200, 24576000);
> +}

The 24.576MHz clock is not populated on MX53EVK. so this should be:

mx53_clocks_init(32768, 24000000, 22579200, 0);

Regards,

Fabio Estevam



More information about the linux-arm-kernel mailing list