forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
b7cc6d46b4
commit
b1465bf709
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user