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

Commit d65f4ede authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gpucc-lito: configure gpu_cc_ahb_clk to be always-on"

parents 0c6a536e 9259cb19
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -170,12 +170,13 @@ static struct clk_rcg2 gpu_cc_rbcpr_clk_src = {

static struct clk_branch gpu_cc_ahb_clk = {
	.halt_reg = 0x1078,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x1078,
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gpu_cc_ahb_clk",
			.flags = CLK_IS_CRITICAL,
			.ops = &clk_branch2_ops,
		},
	},