diff options
| -rw-r--r-- | drivers/clk/ti/clkctrl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clkctrl.c b/drivers/clk/ti/clkctrl.c index afa0d6bfc5c1..421b05392220 100644 --- a/drivers/clk/ti/clkctrl.c +++ b/drivers/clk/ti/clkctrl.c | |||
| @@ -537,6 +537,8 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node) | |||
| 537 | init.parent_names = ®_data->parent; | 537 | init.parent_names = ®_data->parent; |
| 538 | init.num_parents = 1; | 538 | init.num_parents = 1; |
| 539 | init.flags = 0; | 539 | init.flags = 0; |
| 540 | if (reg_data->flags & CLKF_SET_RATE_PARENT) | ||
| 541 | init.flags |= CLK_SET_RATE_PARENT; | ||
| 540 | init.name = kasprintf(GFP_KERNEL, "%s:%s:%04x:%d", | 542 | init.name = kasprintf(GFP_KERNEL, "%s:%s:%04x:%d", |
| 541 | node->parent->name, node->name, | 543 | node->parent->name, node->name, |
| 542 | reg_data->offset, 0); | 544 | reg_data->offset, 0); |
