]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
omap2 clock: remove fixed rate from mdm_osc_ck
authorPaul Walmsley <paul@pwsan.com>
Thu, 2 Aug 2007 18:10:23 +0000 (12:10 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Aug 2007 09:36:47 +0000 (02:36 -0700)
commit9b153fec0ef572c921b0bffb2a50b3114f12c294
treecf0c423d030d67fd657ec3e78db78d4a84c91526
parentae9a25bb9fb0e59d0a5d83e13fe71d03627a7925
omap2 clock: remove fixed rate from mdm_osc_ck

mdm_osc_ck has a preinitialized rate and is marked as RATE_FIXED, but rather
than using omap2_propagate_rate() as its recalc function, which accounts
for RATE_FIXED clocks, it uses omap2_followparent_recalc(), which sets the
rate to the parent clock's rate.  After reviewing the 2430 TRM, fix this
inconsistency by removing the fixed rate declarations (TRM says that this
clock is 'typically' 26MHz).

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.h