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

Commit 0a2ecd4e authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock-gcc-8996: Add always_on flag to bimc clocks



Due to hardware limitations which do not allow the
gcc_mss_q6_bimc_axi_clk and gcc_bimc_gfx_clk clocks
to be turned off, place an always_on vote on these
clocks from the HLOS.

Change-Id: I18368b2b6faa4c61484369ecb7e9000353fab53b
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 125aa701
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3073,6 +3073,7 @@ static struct branch_clk gcc_bimc_gfx_clk = {
	.base = &virt_base,
	.c = {
		.dbg_name = "gcc_bimc_gfx_clk",
		.always_on = true,
		.ops = &clk_ops_branch,
		CLK_INIT(gcc_bimc_gfx_clk.c),
	},
@@ -3095,6 +3096,7 @@ static struct branch_clk gcc_mss_q6_bimc_axi_clk = {
	.base = &virt_base,
	.c = {
		.dbg_name = "gcc_mss_q6_bimc_axi_clk",
		.always_on = true,
		.ops = &clk_ops_branch,
		CLK_INIT(gcc_mss_q6_bimc_axi_clk.c),
	},