msm: timer: Add legacy timer support for MSM Copper

This is a temporary patch that can be reverted once QTimer
support is added.

Change-Id: I68ec404fc6e258ff046ca89ba59de2007586a573
Signed-off-by: Sathish Ambley <sambley@codeaurora.org>
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index 171f482..65f5da0 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -282,6 +282,8 @@
 	MSM_CHIP_DEVICE(QGIC_DIST, COPPER),
 	MSM_CHIP_DEVICE(QGIC_CPU, COPPER),
 	MSM_CHIP_DEVICE(TLMM, COPPER),
+	MSM_CHIP_DEVICE(TMR, COPPER),
+	MSM_CHIP_DEVICE(TMR0, COPPER),
 };
 
 void __init msm_map_copper_io(void)