summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear3xx/spear3xx.c
diff options
context:
space:
mode:
authorviresh kumar <viresh.kumar@st.com>2011-05-20 08:34:18 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-20 22:31:40 +0100
commitb997f6e2cba28e5361aaa6ac008f052eccd994e6 (patch)
tree77970fd7099ff743055ca254d5cdf1b6e75d2db6 /arch/arm/mach-spear3xx/spear3xx.c
parent16c29dafcc86024048f1dbb8349d31cb22c7c55a (diff)
downloadop-kernel-dev-b997f6e2cba28e5361aaa6ac008f052eccd994e6.zip
op-kernel-dev-b997f6e2cba28e5361aaa6ac008f052eccd994e6.tar.gz
ARM: 6926/1: SPEAr clock: Define common clk_init routine in plat/clock.c
Define common clk_init routine in plat/clock.c for calling recalc_root_clocks. This routine will be used for any common code across all machine families. Whereas family specific spear*xx_clk_init routines will be used for family specific code. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear3xx/spear3xx.c')
-rw-r--r--arch/arm/mach-spear3xx/spear3xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c
index d3ba8ca..1316eaa 100644
--- a/arch/arm/mach-spear3xx/spear3xx.c
+++ b/arch/arm/mach-spear3xx/spear3xx.c
@@ -97,7 +97,7 @@ void __init spear3xx_map_io(void)
iotable_init(spear3xx_io_desc, ARRAY_SIZE(spear3xx_io_desc));
/* This will initialize clock framework */
- clk_init();
+ spear3xx_clk_init();
}
/* pad multiplexing support */
OpenPOWER on IntegriCloud