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:
@@ -284,6 +284,8 @@ void followparent_recalc(struct clk *clk)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
clk->rate = clk->parent->rate;
|
clk->rate = clk->parent->rate;
|
||||||
|
if (unlikely(clk->flags & RATE_PROPAGATES))
|
||||||
|
propagate_rate(clk);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Propagate rate to children */
|
/* Propagate rate to children */
|
||||||
|
Reference in New Issue
Block a user