omap2 clock: replace omap2_get_crystal_rate() with clock-specific recalc code
authorPaul Walmsley <paul@pwsan.com>
Mon, 27 Aug 2007 08:39:20 +0000 (02:39 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2007 18:14:36 +0000 (11:14 -0700)
The OMAP2 clock framework currently uses a nonstandard function to
assign the osc_ck and sys_ck rates, omap2_get_crystal_rate().  By
using custom recalc code for these clocks, we can get rid of it and
rely on the existing clock tree recalculation process.

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

No differences found