OMAP3 clock: fix DPLL jitter correction and rate programming
authorPaul Walmsley <paul@pwsan.com>
Tue, 24 Jun 2008 07:11:21 +0000 (01:11 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 26 Jun 2008 13:49:57 +0000 (16:49 +0300)
Fix DPLL jitter correction programming.  Previously,
omap3_noncore_dpll_program() stored the FREQSEL jitter correction
parameter to the wrong register.  This caused jitter correction to be set
incorrectly and also caused the DPLL divider to be programmed incorrectly.

Also, fix DPLL divider programming.  An off-by-one error existed in
omap3_noncore_dpll_program(), causing DPLLs to be programmed with a higher
divider than intended.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found