aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
diff options
context:
space:
mode:
authorJeff Ohlstein <johlstei@codeaurora.org>2010-10-05 15:23:57 -0700
committerDaniel Walker <dwalker@codeaurora.org>2010-10-08 15:12:36 -0700
commit672039f0351f324bb498c5ff5d468103d321d56c (patch)
tree1b8152cd90cf1b9a4442266459683a7ce1d25b63 /arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
parentmsm: irqs-8x60: interrupt map (diff)
downloadlinux-dev-672039f0351f324bb498c5ff5d468103d321d56c.tar.xz
linux-dev-672039f0351f324bb498c5ff5d468103d321d56c.zip
msm: timer: support 8x60 timers
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include/mach/msm_iomap-8x60.h')
-rw-r--r--arch/arm/mach-msm/include/mach/msm_iomap-8x60.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
index c9aa52d6350b..88df7ca96f2d 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
@@ -58,4 +58,11 @@
#define MSM_SHARED_RAM_BASE IOMEM(0xF0100000)
#define MSM_SHARED_RAM_SIZE SZ_1M
+#define MSM_TMR_BASE IOMEM(0xF0200000)
+#define MSM_TMR_PHYS 0x02000000
+#define MSM_TMR_SIZE (SZ_1M)
+
+#define MSM_GPT_BASE (MSM_TMR_BASE + 0x4)
+#define MSM_DGT_BASE (MSM_TMR_BASE + 0x24)
+
#endif