[PATCH v3] OMAP2/3: clock: fix fint calculation for DPLL_FREQSEL
Paul Walmsley
paul at pwsan.com
Mon Feb 7 22:09:34 EST 2011
On Fri, 21 Jan 2011, John Ogness wrote:
> From: John Ogness <john.ogness at linutronix.de>
>
> In OMAP35X TRM Rev 2010-05 Figure 7-18 "DPLL With EMI Reduction
> Feature", it is shown that the internal frequency is calculated by
> CLK_IN/(N+1). However, the value passed to _dpll_test_fint() is
> already "N+1" since Linux is using the values to divide by. In the
> technical reference manual, "N" is referring to the divider's register
> value (0-127).
>
> Signed-off-by: John Ogness <john.ogness at linutronix.de>
Thanks for the patch, John. Probably this should go into the -rc series
since it could affect system stability, so will queue it there.
- Paul
More information about the linux-arm-kernel
mailing list