File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ static struct clk_alpha_pll_postdiv gpll0 = {
52
52
.regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_DEFAULT ],
53
53
.clkr .hw .init = & (struct clk_init_data ){
54
54
.name = "gpll0" ,
55
- .parent_names = (const char * []) { "gpll0_early" },
55
+ .parent_hws = (const struct clk_hw * []){
56
+ & gpll0_early .clkr .hw
57
+ },
56
58
.num_parents = 1 ,
57
59
.ops = & clk_alpha_pll_postdiv_ops ,
58
60
},
@@ -81,7 +83,9 @@ static struct clk_alpha_pll_postdiv gpll4 = {
81
83
.regs = clk_alpha_pll_regs [CLK_ALPHA_PLL_TYPE_DEFAULT ],
82
84
.clkr .hw .init = & (struct clk_init_data ){
83
85
.name = "gpll4" ,
84
- .parent_names = (const char * []) { "gpll4_early" },
86
+ .parent_hws = (const struct clk_hw * []){
87
+ & gpll4_early .clkr .hw
88
+ },
85
89
.num_parents = 1 ,
86
90
.ops = & clk_alpha_pll_postdiv_ops ,
87
91
},
You can’t perform that action at this time.
0 commit comments