diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-03-14 15:53:10 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-20 08:06:07 -0700 |
commit | 04dfac09068766550e3173aac88ff70d70958050 (patch) | |
tree | f0b3606306f889511b8184b0367291ab357e33c1 /include/linux/clk/ti.h | |
parent | e33509c19da5931e4363c85f6e83bd11803ba121 (diff) |
ARM: omap2+: control: add support for auxiliary control module instances
Control module can have multiple instances in a system, each with separate
address space and features. Add base support for these auxiliary instances,
with support for syscon and clock mappings under them.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/clk/ti.h')
-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 d18da839b810..7e3bceee3489 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -203,6 +203,7 @@ enum { TI_CLKM_PRM, TI_CLKM_SCRM, TI_CLKM_CTRL, + TI_CLKM_CTRL_AUX, TI_CLKM_PLLSS, CLK_MAX_MEMMAPS }; |