msm: clock-8064: Add phys to virt address mapping for clock registers

Signed-off-by: Tianyi Gou <tgou@codeaurora.org>
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8064.h b/arch/arm/mach-msm/include/mach/msm_iomap-8064.h
index ddb9864..665ccd0 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap-8064.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap-8064.h
@@ -65,6 +65,15 @@
 #define APQ8064_APCS_GCC_PHYS		0x02011000
 #define APQ8064_APCS_GCC_SIZE		SZ_4K
 
+#define APQ8064_CLK_CTL_PHYS		0x00900000
+#define APQ8064_CLK_CTL_SIZE		SZ_16K
+
+#define APQ8064_MMSS_CLK_CTL_PHYS	0x04000000
+#define APQ8064_MMSS_CLK_CTL_SIZE	SZ_4K
+
+#define APQ8064_LPASS_CLK_CTL_PHYS	0x28000000
+#define APQ8064_LPASS_CLK_CTL_SIZE	SZ_4K
+
 #define APQ8064_HFPLL_PHYS		0x00903000
 #define APQ8064_HFPLL_SIZE		SZ_4K
 
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index 36ff4fb..794ef2b 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -226,6 +226,9 @@
 	MSM_CHIP_DEVICE(ACC2, APQ8064),
 	MSM_CHIP_DEVICE(ACC3, APQ8064),
 	MSM_CHIP_DEVICE(HFPLL, APQ8064),
+	MSM_CHIP_DEVICE(CLK_CTL, APQ8064),
+	MSM_CHIP_DEVICE(MMSS_CLK_CTL, APQ8064),
+	MSM_CHIP_DEVICE(LPASS_CLK_CTL, APQ8064),
 	MSM_CHIP_DEVICE(APCS_GCC, APQ8064),
 	MSM_CHIP_DEVICE(IMEM, APQ8064),
 	{