Skip to content

Commit fd0b5ba

Browse files
ungeskriptetandersson
authored andcommitted
clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src
Set .flags = CLK_OPS_PARENT_ENABLE to fix "gcc_sdcc2_apps_clk_src: rcg didn't update its configuration" error. Fixes: 1726956 ("clk: qcom: Add Global Clock controller (GCC) driver for SC7180") Signed-off-by: David Wronek <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent bc48641 commit fd0b5ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/gcc-sc7180.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ static struct clk_rcg2 gcc_sdcc2_apps_clk_src = {
651651
.name = "gcc_sdcc2_apps_clk_src",
652652
.parent_data = gcc_parent_data_5,
653653
.num_parents = ARRAY_SIZE(gcc_parent_data_5),
654+
.flags = CLK_OPS_PARENT_ENABLE,
654655
.ops = &clk_rcg2_floor_ops,
655656
},
656657
};

0 commit comments

Comments
 (0)