From: Paul Walmsley Date: Thu, 2 Aug 2007 18:10:23 +0000 (-0600) Subject: omap2 clock: remove fixed rate from mdm_osc_ck X-Git-Tag: v2.6.23-omap1~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b153fec0ef572c921b0bffb2a50b3114f12c294;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed