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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user