summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clock.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-08-10 15:11:06 +0200
committerTero Kristo <t-kristo@ti.com>2017-12-01 14:17:39 +0100
commita3da10b70978e77ccd9d3f6c14a33d54cda74141 (patch)
treedffc1dd02d1757214d95692d9dde5fa8297e83fd /drivers/clk/ti/clock.h
parentdt-bindings: clk: add am43xx clkctrl definitions (diff)
downloadlinux-a3da10b70978e77ccd9d3f6c14a33d54cda74141.tar.xz
linux-a3da10b70978e77ccd9d3f6c14a33d54cda74141.zip
clk: ti: am43xx: add clkctrl clock data
Add data for am43xx clkctrl clocks, and register it within the clkctrl driver. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/ti/clock.h')
-rw-r--r--drivers/clk/ti/clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h
index d9bf8905cda5..53c7b9d2acd9 100644
--- a/drivers/clk/ti/clock.h
+++ b/drivers/clk/ti/clock.h
@@ -234,6 +234,8 @@ extern const struct omap_clkctrl_data omap4_clkctrl_data[];
extern const struct omap_clkctrl_data omap5_clkctrl_data[];
extern const struct omap_clkctrl_data dra7_clkctrl_data[];
extern const struct omap_clkctrl_data am3_clkctrl_data[];
+extern const struct omap_clkctrl_data am4_clkctrl_data[];
+extern const struct omap_clkctrl_data am438x_clkctrl_data[];
#define CLKF_SW_SUP BIT(0)
#define CLKF_HW_SUP BIT(1)