commit | 9a356d622e8e559eff50b298e574bbc34e860aba | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Tue Mar 03 11:14:31 2015 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Tue Jun 02 12:31:13 2015 +0300 |
tree | 157dfc4ed8159bb4d6b4659226ba0efc1dad2561 | |
parent | 846fdf2a3dd3343e5f461659f905c5ba43f325cc [diff] |
ARM: OMAP2+: clock: add support for clkdm ops to the low level clk ops Clock driver requires access to certain clockdomain handling ops once the code is being moved over under clock driver. Example of this is clk_enable / clk_disable under omap3 DPLL code. The required clkdm APIs are now exported through the ti_clk_ll_ops struct. Signed-off-by: Tero Kristo <t-kristo@ti.com>