diff options
author | Andrew Lunn <andrew@lunn.ch> | 2011-12-15 02:15:07 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-05-08 19:33:39 -0400 |
commit | 2f129bf4aab684bef1e82e747b709a5025ecb698 (patch) | |
tree | 4be6e04fc306cfad25b3b86f831cd4d462c10f44 /arch/arm/Kconfig | |
parent | f0948f59dbc8e725a96ba16da666e8f5cdd43ba8 (diff) |
ARM: Orion: Add clocks using the generic clk infrastructure.
Add tclk as a fixed rate clock for all platforms. In addition, on
kirkwood, add a gated clock for most of the clocks which can be gated.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Jamie Lentin <jm@lentin.co.uk>
[mturquette@linaro.org: removed redundant CLKDEV_LOOKUP from Kconfig]
[mturquette@linaro.org: removed redundant clk.h from mach-dove/common.c]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cf006d40342c..9be624af131f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1139,6 +1139,7 @@ config PLAT_ORION | |||
1139 | bool | 1139 | bool |
1140 | select CLKSRC_MMIO | 1140 | select CLKSRC_MMIO |
1141 | select GENERIC_IRQ_CHIP | 1141 | select GENERIC_IRQ_CHIP |
1142 | select COMMON_CLK | ||
1142 | 1143 | ||
1143 | config PLAT_PXA | 1144 | config PLAT_PXA |
1144 | bool | 1145 | bool |