clk: ti: clkctrl: add support for clkdm init for clkctrl clocks

Clkctrl clocks now support clockdomain init also. This will be needed
so that hwmod core can drop the support for clockdomain handling.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
Tero Kristo
2017-09-18 21:02:24 +03:00
parent c2c296c34c
commit ddfb183e2e
2 changed files with 23 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ struct omap_clkctrl_reg_data {
const struct omap_clkctrl_bit_data *bit_data;
u16 flags;
const char *parent;
const char *clkdm_name;
};
struct omap_clkctrl_data {