File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
#define AO_RTC_ALT_CLK_CNTL0 0x94
18
18
#define AO_RTC_ALT_CLK_CNTL1 0x98
19
19
20
- extern const struct clk_ops meson_aoclk_gate_regmap_ops ;
21
-
22
20
struct aoclk_cec_32k {
23
21
struct clk_hw hw ;
24
22
struct regmap * regmap ;
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ static struct clk_fixed_factor meson8b_fclk_div3_div = {
253
253
.mult = 1 ,
254
254
.div = 3 ,
255
255
.hw .init = & (struct clk_init_data ){
256
- .name = "fclk_div_div3 " ,
256
+ .name = "fclk_div3_div " ,
257
257
.ops = & clk_fixed_factor_ops ,
258
258
.parent_names = (const char * []){ "fixed_pll" },
259
259
.num_parents = 1 ,
@@ -632,7 +632,8 @@ static struct clk_regmap meson8b_cpu_clk = {
632
632
.hw .init = & (struct clk_init_data ){
633
633
.name = "cpu_clk" ,
634
634
.ops = & clk_regmap_mux_ro_ops ,
635
- .parent_names = (const char * []){ "xtal" , "cpu_out_sel" },
635
+ .parent_names = (const char * []){ "xtal" ,
636
+ "cpu_scale_out_sel" },
636
637
.num_parents = 2 ,
637
638
.flags = (CLK_SET_RATE_PARENT |
638
639
CLK_SET_RATE_NO_REPARENT ),
You can’t perform that action at this time.
0 commit comments