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

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

Merge "clk: qcom: Add HALT_DELAY for gpu_cc_cx_gfx3d_clk for SM6150"

parents be57b0fb 10d45d06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -296,14 +296,14 @@ static struct clk_branch gpu_cc_cx_apb_clk = {

static struct clk_branch gpu_cc_cx_gfx3d_clk = {
	.halt_reg = 0x10a4,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x10a4,
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gpu_cc_cx_gfx3d_clk",
			.parent_names = (const char *[]){
				"gpu_cc_gx_gfx3d_clk_src",
				"gpu_cc_gx_gfx3d_clk",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT,