aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/core.c
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-06-24 05:33:02 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-24 05:33:02 -0400
commit1d81eedb8f6c13c262a70b8167530ec24b09c0ff (patch)
tree12b1231f90127b117cdd88c8240c002e57460c3e /arch/arm/mach-ep93xx/core.c
parentd384ea691fe4ea8c2dd5b9b8d9042eb181776f18 (diff)
[ARM] 3634/1: ep93xx: initial implementation of the clk_* API
Patch from Lennert Buytenhek Add an initial implementation of the clk_* API for the cirrus ep93xx to the tree. The initial implementation is somewhat minimal, with the intention of extending it as we go along. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/core.c')
-rw-r--r--arch/arm/mach-ep93xx/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c
index bf6bd71bdd..6fd6aa74a1 100644
--- a/arch/arm/mach-ep93xx/core.c
+++ b/arch/arm/mach-ep93xx/core.c
@@ -437,6 +437,8 @@ void __init ep93xx_init_devices(void)
437{ 437{
438 unsigned int v; 438 unsigned int v;
439 439
440 ep93xx_clock_init();
441
440 /* 442 /*
441 * Disallow access to MaverickCrunch initially. 443 * Disallow access to MaverickCrunch initially.
442 */ 444 */