aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorImre Deak <imre.deak@solidboot.com>2007-03-06 03:52:01 -0800
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-09 10:39:29 +0100
commitb1465bf7098fa761962f09a6bb2c0e831af85e63 (patch)
tree787a20a026d332cb473f4c439e6b34bd2848103d /arch/arm/plat-omap
parentARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations) (diff)
downloadlinux-dev-b1465bf7098fa761962f09a6bb2c0e831af85e63.tar.xz
linux-dev-b1465bf7098fa761962f09a6bb2c0e831af85e63.zip
ARM: OMAP: add SoSSI clock (call propagate_rate for childrens)
Clocks with the follow parent rate mode were not updating their children at propagate rate time. Signed-off-by: Imre Deak <imre.deak@solidboot.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/clock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c
index 3d017b04784b..0a603242f367 100644
--- a/arch/arm/plat-omap/clock.c
+++ b/arch/arm/plat-omap/clock.c
@@ -284,6 +284,8 @@ void followparent_recalc(struct clk *clk)
return;
clk->rate = clk->parent->rate;
+ if (unlikely(clk->flags & RATE_PROPAGATES))
+ propagate_rate(clk);
}
/* Propagate rate to children */