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

Commit 8711cfaf authored by Junjie Wu's avatar Junjie Wu
Browse files

msm: clock-samarium: Add parent for gcc_ce1_clk



Parent field needs to be filled in order for gcc_ce1_clk to properly
handle its RCG.

Change-Id: I4296c9651bb668806f70c605bdbc64a7f151793c
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 8899bb86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1379,6 +1379,7 @@ static struct local_vote_clk gcc_ce1_clk = {
	.base = &virt_bases[GCC_BASE],
	.c = {
		.dbg_name = "gcc_ce1_clk",
		.parent = &ce1_clk_src.c,
		.ops = &clk_ops_vote,
		CLK_INIT(gcc_ce1_clk.c),
	},