[U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

Fabio Estevam festevam at gmail.com
Mon Dec 8 15:51:06 CET 2014


Hi Stefan,

On Mon, Dec 8, 2014 at 12:32 PM, Stefan Roese <sr at denx.de> wrote:

> Could you test this on one of your board? If your board also fails to boot
> via the "bmode mmc0" command if the CCGR0 register value is missing?

I am currently out of the office without access to my mx6 board, but
looking in board/freescale/mx6sabresd/mx6sabresd.c we have:
writel(0x00C03F3F, &ccm->CCGR0);

,which turns on the AIPS clocks.

Can't you just turn on the AIPS clocks inside in your board file like
we do on sabresd?

I am not sure where the AIPS clocks are being turned off in your case though.

Regards,

Fabio Estevam


More information about the U-Boot mailing list