Skip to content

Commit e3c13e0

Browse files
Gelbpunktandersson
authored andcommitted
clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk0_clk_src
Set CLK_OPS_PARENT_ENABLE to ensure the parent gets prepared and enabled when switching to it, fixing an "rcg didn't update its configuration" warning. Signed-off-by: Jens Reidel <adrian@mainlining.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250919-sm7150-dispcc-fixes-v1-3-308ad47c5fce@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 176465f commit e3c13e0

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
@@ -357,7 +357,7 @@ static struct clk_rcg2 dispcc_mdss_pclk0_clk_src = {
357357
.name = "dispcc_mdss_pclk0_clk_src",
358358
.parent_data = dispcc_parent_data_4,
359359
.num_parents = ARRAY_SIZE(dispcc_parent_data_4),
360-
.flags = CLK_SET_RATE_PARENT,
360+
.flags = CLK_SET_RATE_PARENT | CLK_OPS_PARENT_ENABLE,
361361
.ops = &clk_pixel_ops,
362362
},
363363
};

0 commit comments

Comments
 (0)