@@ -161,7 +161,7 @@ static struct clk_rcg2 gpu_cc_ff_clk_src = {
161
161
.name = "gpu_cc_ff_clk_src" ,
162
162
.parent_data = gpu_cc_parent_data_0 ,
163
163
.num_parents = ARRAY_SIZE (gpu_cc_parent_data_0 ),
164
- .ops = & clk_rcg2_ops ,
164
+ .ops = & clk_rcg2_shared_ops ,
165
165
},
166
166
};
167
167
@@ -181,7 +181,7 @@ static struct clk_rcg2 gpu_cc_gmu_clk_src = {
181
181
.parent_data = gpu_cc_parent_data_1 ,
182
182
.num_parents = ARRAY_SIZE (gpu_cc_parent_data_1 ),
183
183
.flags = CLK_SET_RATE_PARENT ,
184
- .ops = & clk_rcg2_ops ,
184
+ .ops = & clk_rcg2_shared_ops ,
185
185
},
186
186
};
187
187
@@ -200,7 +200,7 @@ static struct clk_rcg2 gpu_cc_hub_clk_src = {
200
200
.name = "gpu_cc_hub_clk_src" ,
201
201
.parent_data = gpu_cc_parent_data_2 ,
202
202
.num_parents = ARRAY_SIZE (gpu_cc_parent_data_2 ),
203
- .ops = & clk_rcg2_ops ,
203
+ .ops = & clk_rcg2_shared_ops ,
204
204
},
205
205
};
206
206
@@ -294,7 +294,7 @@ static struct clk_branch gpu_cc_cb_clk = {
294
294
.enable_mask = BIT (0 ),
295
295
.hw .init = & (const struct clk_init_data ){
296
296
.name = "gpu_cc_cb_clk" ,
297
- .ops = & clk_branch2_ops ,
297
+ .ops = & clk_branch2_aon_ops ,
298
298
},
299
299
},
300
300
};
0 commit comments