[U-Boot] [PATCH 1/2] i.MX28: Fix ref_cpu clock setup
Marek Vasut
marek.vasut at gmail.com
Fri Feb 3 13:27:42 CET 2012
> Hi,
>
> > you're only writing data to the register, not clearing them. So maybe
> > some bits remain set?
>
> The assignment will work here. There're only 8 bits, of which 6 are the
> fractional divider, one is de read-only stable indicator (unaffected by
> writes) and the last one is the gating bit.
> The assignment configures the fractional divider and clears the gating.
>
> > Anyway, can you please submit proper patch with git send-email? Thanks!
>
> Will do; Working on that! And you're welcome.
Awesome. So after reading your replies, let's just rename mx28_reg to
mx28_reg_32 and introduce mx28_reg_8 for this particular problem.
M
>
> Cheers,
>
> Robert.1
More information about the U-Boot
mailing list