diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-02-09 12:34:23 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2017-06-15 10:48:08 +0300 |
commit | 1c881b5a4f84190f50b81bf22e251e00050f4fbb (patch) | |
tree | 6945b2ecaf2b0a9e0e0025e4acff7aaaa081efc0 /drivers/clk/ti/clock.h | |
parent | 70ab980fb1ace914df167fdd2bce9038020823c3 (diff) | |
download | linux-1c881b5a4f84190f50b81bf22e251e00050f4fbb.tar.xz |
clk: ti: omap4: add clkctrl clock data
Add data for omap4 clkctrl clocks, and register it within the clkctrl
driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/clk/ti/clock.h')
-rw-r--r-- | drivers/clk/ti/clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h index 1aa8d577b67f..561dbe99ced7 100644 --- a/drivers/clk/ti/clock.h +++ b/drivers/clk/ti/clock.h @@ -228,6 +228,8 @@ struct omap_clkctrl_data { const struct omap_clkctrl_reg_data *regs; }; +extern const struct omap_clkctrl_data omap4_clkctrl_data[]; + #define CLKF_SW_SUP BIT(0) #define CLKF_HW_SUP BIT(1) #define CLKF_NO_IDLEST BIT(2) |