[U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source

Fabio Estevam festevam at gmail.com
Sat Mar 23 17:56:32 CET 2013


Hi Lauri,

On Tue, Mar 19, 2013 at 8:43 AM, Lauri Hintsala
<lauri.hintsala at bluegiga.com> wrote:

> Battery charger patch is very simple and it shouldn't affect to this problem
> any way:
>
> --- a/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
> +++ b/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c
> @@ -918,6 +918,9 @@ void mxs_power_init(void)
>
>         writel(POWER_5VCTRL_PWDN_5VBRNOUT,
> &power_regs->hw_power_5vctrl_set);
>
> +       /* Disable battery charger circuit */
> +       power_regs->hw_power_charge_set = POWER_CHARGE_PWD_BATTCHRG;
> +
>         early_delay(1000);

What about this change? Do you plan to submit this as a patch?


More information about the U-Boot mailing list