File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -849,6 +849,7 @@ static struct clk_branch disp_cc_mdss_dp_link1_intf_clk = {
849
849
& disp_cc_mdss_dp_link1_div_clk_src .clkr .hw ,
850
850
},
851
851
.num_parents = 1 ,
852
+ .flags = CLK_SET_RATE_PARENT ,
852
853
.ops = & clk_branch2_ops ,
853
854
},
854
855
},
@@ -884,6 +885,7 @@ static struct clk_branch disp_cc_mdss_dp_link_intf_clk = {
884
885
& disp_cc_mdss_dp_link_div_clk_src .clkr .hw ,
885
886
},
886
887
.num_parents = 1 ,
888
+ .flags = CLK_SET_RATE_PARENT ,
887
889
.ops = & clk_branch2_ops ,
888
890
},
889
891
},
@@ -1009,6 +1011,7 @@ static struct clk_branch disp_cc_mdss_mdp_lut_clk = {
1009
1011
& disp_cc_mdss_mdp_clk_src .clkr .hw ,
1010
1012
},
1011
1013
.num_parents = 1 ,
1014
+ .flags = CLK_SET_RATE_PARENT ,
1012
1015
.ops = & clk_branch2_ops ,
1013
1016
},
1014
1017
},
You can’t perform that action at this time.
0 commit comments