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

Commit 8d8e42e4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 58f2d3b6 0a2ecd4e
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),
	},