aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include
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
parent01eb4f5c77f3717d8f295610f0dbb705950beadc (diff)
downloadkernel_samsung_smdk4412-672039f0351f324bb498c5ff5d468103d321d56c.zip
kernel_samsung_smdk4412-672039f0351f324bb498c5ff5d468103d321d56c.tar.gz
kernel_samsung_smdk4412-672039f0351f324bb498c5ff5d468103d321d56c.tar.bz2
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')
-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 c9aa52d..88df7ca 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