clk: ti: omap5: add clkctrl clock data
Add data for omap5 clkctrl clocks, and register it within the clkctrl driver. Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
@@ -448,6 +448,10 @@ static void __init _ti_omap4_clkctrl_setup(struct device_node *node)
|
||||
if (of_machine_is_compatible("ti,omap4"))
|
||||
data = omap4_clkctrl_data;
|
||||
#endif
|
||||
#ifdef CONFIG_SOC_OMAP5
|
||||
if (of_machine_is_compatible("ti,omap5"))
|
||||
data = omap5_clkctrl_data;
|
||||
#endif
|
||||
|
||||
while (data->addr) {
|
||||
if (addr == data->addr)
|
||||
|
Reference in New Issue
Block a user