|
@@ -69,7 +69,7 @@ static struct clk_regmap _name##_ao = { \
|
|
.ops = &clk_regmap_gate_ops, \
|
|
.ops = &clk_regmap_gate_ops, \
|
|
.parent_names = (const char *[]){ "clk81" }, \
|
|
.parent_names = (const char *[]){ "clk81" }, \
|
|
.num_parents = 1, \
|
|
.num_parents = 1, \
|
|
- .flags = (CLK_SET_RATE_PARENT | CLK_IGNORE_UNUSED), \
|
|
|
|
|
|
+ .flags = CLK_IGNORE_UNUSED, \
|
|
}, \
|
|
}, \
|
|
}
|
|
}
|
|
|
|
|