From: Paul Walmsley Date: Thu, 2 Aug 2007 18:10:06 +0000 (-0600) Subject: omap2 clock: vlynq_fck recalc should be clksel, not followparent X-Git-Tag: v2.6.23-omap1~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b2cf16b99e46867ff3aafffce691a6cf0ecd12;p=pandora-kernel.git omap2 clock: vlynq_fck recalc should be clksel, not followparent vlynq_fck is a clksel clock, so its rate is equal to its parent's rate, divided by whichever divisor is selected. But its definition in clock.h specifies omap2_followparent_recalc() as its rate calculation code, which sets the clock's rate to that of its parent without accounting for any divisor. Fix to use omap2_clksel_recalc() instead. omap2_clksel_recalc() is also missing the appropriate special case to divide the vlynq_fck rate down; add this in. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed