Commit fab13d73 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

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: e3c13e0c ("clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk0_clk_src")
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20260117-sm7150-dispcc-fix-v1-1-2f39966bcad2@ixit.cz


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent a1d63493
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ static struct clk_rcg2 dispcc_mdss_pclk1_clk_src = {
		.name = "dispcc_mdss_pclk1_clk_src",
		.parent_data = dispcc_parent_data_4,
		.num_parents = ARRAY_SIZE(dispcc_parent_data_4),
		.flags = CLK_SET_RATE_PARENT,
		.flags = CLK_SET_RATE_PARENT | CLK_OPS_PARENT_ENABLE,
		.ops = &clk_pixel_ops,
	},
};