diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-02-23 15:57:32 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 11:03:52 +0200 |
commit | 3a3e1c88362429ca3a6ef84d232e56b197294ce0 (patch) | |
tree | 7a24e1d24d469f0dd83538900d02263db758b71b /include/linux/clk | |
parent | e8e8f7e41b86c3d89e6db2cf9e54cf2b17ff112a (diff) | |
download | talos-obmc-linux-3a3e1c88362429ca3a6ef84d232e56b197294ce0.tar.gz talos-obmc-linux-3a3e1c88362429ca3a6ef84d232e56b197294ce0.zip |
ARM: OMAP2+: PRCM: add support for static clock memmap indices
All clock provider related drivers will now register their iomaps
with a static index. This makes it easier to split up the individual
drivers to their own files in subsequent patches.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux/clk')
-rw-r--r-- | include/linux/clk/ti.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 67844003493d..19895a3f48b7 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -221,6 +221,7 @@ struct ti_dt_clk { /* Static memmap indices */ enum { TI_CLKM_CM = 0, + TI_CLKM_CM2, TI_CLKM_PRM, TI_CLKM_SCRM, }; |