|
@@ -253,7 +253,7 @@ static struct clk_fixed_factor meson8b_fclk_div3_div = {
|
|
.mult = 1,
|
|
.mult = 1,
|
|
.div = 3,
|
|
.div = 3,
|
|
.hw.init = &(struct clk_init_data){
|
|
.hw.init = &(struct clk_init_data){
|
|
- .name = "fclk_div_div3",
|
|
|
|
|
|
+ .name = "fclk_div3_div",
|
|
.ops = &clk_fixed_factor_ops,
|
|
.ops = &clk_fixed_factor_ops,
|
|
.parent_names = (const char *[]){ "fixed_pll" },
|
|
.parent_names = (const char *[]){ "fixed_pll" },
|
|
.num_parents = 1,
|
|
.num_parents = 1,
|