]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit5c0ec88a2145cdf2f2c9cc5fae49635c4c2476c7
tree4f7b7f18d2588dc08f950344eb7dc5805da7fd54
parent201fb6b950b41a798aa54ee78588ac68aed28a0a
OMAP3 clock: fix DPLL jitter correction and rate programming

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>
arch/arm/mach-omap2/clock34xx.c