summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clock.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-07-31 12:16:24 +0300
committerTero Kristo <t-kristo@ti.com>2017-12-01 15:17:18 +0200
commit0ad902f62f484fc6c05b4dddf3fdc388128dae55 (patch)
tree5548a3eddb85b033eb12886b81c3e6f5d3698465 /drivers/clk/ti/clock.h
parente11f1d68238cc7ed0f9513f1fcb971a2f940f0dc (diff)
downloadlinux-0ad902f62f484fc6c05b4dddf3fdc388128dae55.tar.bz2
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>
Diffstat (limited to 'drivers/clk/ti/clock.h')
-rw-r--r--drivers/clk/ti/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h
index 24250e665991..84f4be1925b7 100644
--- a/drivers/clk/ti/clock.h
+++ b/drivers/clk/ti/clock.h
@@ -231,6 +231,7 @@ struct omap_clkctrl_data {
};
extern const struct omap_clkctrl_data omap4_clkctrl_data[];
+extern const struct omap_clkctrl_data omap5_clkctrl_data[];
#define CLKF_SW_SUP BIT(0)
#define CLKF_HW_SUP BIT(1)