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

Commit 211431a8 authored by Junjie Wu's avatar Junjie Wu
Browse files

clock-gcc-8994: Remove parent field of gpll0_out_msscc



gpll0_out_msscc is only used to proxy vote for another master. It
should not link to GPLL0 and force turning on GPLL0.

Change-Id: I556213a0c808dd5089d51b54d0cc5ef69ff3fa5e
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent ecf49392
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1423,7 +1423,6 @@ static struct gate_clk gpll0_out_msscc = {
	.delay_us = 1,
	.base = &virt_base,
	.c = {
		.parent = &gpll0_out_main.c,
		.dbg_name = "gpll0_out_msscc",
		.ops = &clk_ops_gate,
		CLK_INIT(gpll0_out_msscc.c),