Skip to content

Commit 3672464

Browse files
imrashaiKomal-Bajaj
authored andcommitted
clk: qcom: gpucc-qcm2290: Park RCG's clk source at XO during disable
The RCG's clk src has to be parked at XO while disabling as per the HW recommendation, hence use clk_rcg2_shared_ops to achieve the same. Signed-off-by: Imran Shaik <imran.shaik@oss.qualcomm.com>
1 parent bb8c30d commit 3672464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/gpucc-qcm2290.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static struct clk_rcg2 gpu_cc_gx_gfx3d_clk_src = {
144144
.parent_data = gpu_cc_parent_data_1,
145145
.num_parents = ARRAY_SIZE(gpu_cc_parent_data_1),
146146
.flags = CLK_SET_RATE_PARENT,
147-
.ops = &clk_rcg2_ops,
147+
.ops = &clk_rcg2_shared_ops,
148148
},
149149
};
150150

0 commit comments

Comments
 (0)