Skip to content

Commit 9c33707

Browse files
Taniya Dasbebarino
authored andcommitted
clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled
The gcc cfg noc lpass clock is required to be always enabled for the LPASS core and audio drivers to be functional. Fixes: a3cc092 ("clk: qcom: Add Global Clock controller (GCC) driver for SC7280") Signed-off-by: Taniya Das <tdas@codeaurora.org> Link: https://lore.kernel.org/r/1640018638-19436-4-git-send-email-tdas@codeaurora.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent a5273ed commit 9c33707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/gcc-sc7280.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ static struct clk_branch gcc_cfg_noc_lpass_clk = {
29172917
.enable_mask = BIT(0),
29182918
.hw.init = &(struct clk_init_data){
29192919
.name = "gcc_cfg_noc_lpass_clk",
2920-
.ops = &clk_branch2_ops,
2920+
.ops = &clk_branch2_aon_ops,
29212921
},
29222922
},
29232923
};

0 commit comments

Comments
 (0)