aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/timer.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2012-09-05 12:28:55 -0700
committerDavid Brown <davidb@codeaurora.org>2012-09-13 11:15:06 -0700
commit5b67bfbae6612c4caa28fa52ced7cf1c122a185e (patch)
tree9c92492b02e352e0df9c3f1ce5b14383d9a4b946 /arch/arm/mach-msm/timer.c
parentARM: msm: Move 8660 to DT timer (diff)
downloadlinux-dev-5b67bfbae6612c4caa28fa52ced7cf1c122a185e.tar.xz
linux-dev-5b67bfbae6612c4caa28fa52ced7cf1c122a185e.zip
ARM: msm: Make 8660 a DT only target
We don't plan to support anything besides devicetree on these targets so remove all other machine support. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/timer.c')
-rw-r--r--arch/arm/mach-msm/timer.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-msm/timer.c b/arch/arm/mach-msm/timer.c
index b17a39db991e..27ade4f1ee16 100644
--- a/arch/arm/mach-msm/timer.c
+++ b/arch/arm/mach-msm/timer.c
@@ -346,18 +346,6 @@ struct sys_timer msm7x30_timer = {
.init = msm7x30_timer_init
};
-static void __init msm8x60_timer_init(void)
-{
- if (msm_timer_map(0x02000004, 0x02040024))
- return;
- writel_relaxed(DGT_CLK_CTL_DIV_4, event_base + DGT_CLK_CTL);
- msm_timer_init(27000000 / 4, 32, 17, true);
-}
-
-struct sys_timer msm8x60_timer = {
- .init = msm8x60_timer_init
-};
-
static void __init msm8960_timer_init(void)
{
if (msm_timer_map(0x0200A004, 0x0208A024))