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

Commit 3e3ee156 authored by Tuukka Toivonen's avatar Tuukka Toivonen Committed by Paul Walmsley
Browse files

OMAP3 clock: Add capability to change rate of dpll4_m5_ck



Add necessary definitions to clock framework to allow changing
dpll4_m5_ck rate.  This is used by the camera code.

Signed-off-by: default avatarJouni Högander <jouni.hogander@nokia.com>
Signed-off-by: default avatarTuukka Toivonen <tuukka.o.toivonen@nokia.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 073463ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -776,6 +776,8 @@ static struct clk dpll4_m5_ck = {
	.clksel_mask	= OMAP3430_CLKSEL_CAM_MASK,
	.clksel		= div16_dpll4_clksel,
	.clkdm_name	= "dpll4_clkdm",
	.set_rate	= &omap2_clksel_set_rate,
	.round_rate	= &omap2_clksel_round_rate,
	.recalc		= &omap2_clksel_recalc,
};