On Mon, Jun 29, 2015 at 11:58 AM, Peng Fan <[email protected]> wrote:
> +
> + if (is_mx6dqp()) {
> + reg = readl(&mxc_ccm->CCGR6);
> + reg |= MXC_CCM_CCGR6_PRG_CLK0_MASK;
> + writel(reg, &mxc_ccm->CCGR6);
What about using setbits_le32 instead?
> +
> + reg = readl(&mxc_ccm->CCGR3);
> + reg |= MXC_CCM_CCGR3_IPU2_IPU_MASK;
> + writel(reg, &mxc_ccm->CCGR3);
> + }
Same here.
Regards,
Fabio Estevam
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot