From: Rajendra Nayak Date: Tue, 17 Nov 2009 23:47:05 +0000 (-0800) Subject: omap3: clock: Fix the DPLL freqsel computations X-Git-Tag: v2.6.32-omap1~11^2~2^2~61 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344ebe165bad84383fcec6da3e5f5777e9c51350;p=pandora-kernel.git omap3: clock: Fix the DPLL freqsel computations Fix the freqsel value computation. Use n instead of (n+1) The formula in the TRM uses a zero-based N, hence the (n+1); however at this point in the clock34xx.c code, N is one-based. Hayati Bayrakdar and Nishanth Menon helped track down this bug. Signed-off-by: Rajendra Nayak Signed-off-by: Paul Walmsley [paul@pwsan.com: modified commit message] Cc: Hayati Bayrakdar Cc: Nishanth Menon Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed