msm: clock-9615: Add the MSM9615 clock driver
Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-9615.h b/arch/arm/mach-msm/include/mach/msm_iomap-9615.h
index b54924a..9f14e88 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap-9615.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap-9615.h
@@ -59,4 +59,13 @@
#define MSM9615_TCSR_PHYS 0x1A400000
#define MSM9615_TCSR_SIZE SZ_4K
+#define MSM9615_L2CC_PHYS 0x02040000
+#define MSM9615_L2CC_SIZE SZ_4K
+
+#define MSM9615_CLK_CTL_PHYS 0x00900000
+#define MSM9615_CLK_CTL_SIZE SZ_16K
+
+#define MSM9615_LPASS_CLK_CTL_PHYS 0x28000000
+#define MSM9615_LPASS_CLK_CTL_SIZE SZ_4K
+
#endif