Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1465bf7 authored by Imre Deak's avatar Imre Deak Committed by Russell King
Browse files

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: default avatarImre Deak <imre.deak@solidboot.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b7cc6d46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */