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)
commitee2f50524b5b5b2f5f6098561aaf7eb70f387597
tree74e4a017e6060c585e14dd97efc02610ca2e1352
parent80e8a0cd46ca07d785eea66a2768f339068e3413
omap2 clock: replace omap2_get_crystal_rate() with clock-specific recalc code

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