Skip to content

Commit 8de427d

Browse files
Taniya Dasbebarino
authored andcommitted
clk: qcom: videocc: Update the clock flag for video_cc_vcodec0_core_clk
The clock disable signal for video_cc_vcodec0_core_clk is tied to vcodec0_gdsc which is supported in the HW control mode. Thus turning off the clock would be taken care automatically when the GDSC turns OFF by hardware and clock driver does not require to poll on the CLK_OFF bit. Signed-off-by: Taniya Das <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Fixes: 253dc75 ("clk: qcom: Add video clock controller driver for SC7180") Signed-off-by: Stephen Boyd <[email protected]>
1 parent 4a4472f commit 8de427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/videocc-sc7180.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static struct clk_branch video_cc_vcodec0_axi_clk = {
9797

9898
static struct clk_branch video_cc_vcodec0_core_clk = {
9999
.halt_reg = 0x890,
100-
.halt_check = BRANCH_HALT,
100+
.halt_check = BRANCH_HALT_VOTED,
101101
.clkr = {
102102
.enable_reg = 0x890,
103103
.enable_mask = BIT(0),

0 commit comments

Comments
 (0)