Skip to content

Commit fab13d7

Browse files
okiasandersson
authored andcommitted
clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk1_clk_src
Set CLK_OPS_PARENT_ENABLE to ensure the parent gets prepared and enabled when switching to it. Fixes: e3c13e0 ("clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk0_clk_src") Signed-off-by: David Heidelberg <david@ixit.cz> Link: https://lore.kernel.org/r/20260117-sm7150-dispcc-fix-v1-1-2f39966bcad2@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent a1d6349 commit fab13d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/dispcc-sm7150.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ static struct clk_rcg2 dispcc_mdss_pclk1_clk_src = {
371371
.name = "dispcc_mdss_pclk1_clk_src",
372372
.parent_data = dispcc_parent_data_4,
373373
.num_parents = ARRAY_SIZE(dispcc_parent_data_4),
374-
.flags = CLK_SET_RATE_PARENT,
374+
.flags = CLK_SET_RATE_PARENT | CLK_OPS_PARENT_ENABLE,
375375
.ops = &clk_pixel_ops,
376376
},
377377
};

0 commit comments

Comments
 (0)