msm: 8064: add support for DMOV in 8064 baseport.

Added io mapping for dmov device.
Added the platform device for dmov. The device is using security
domain 0 for now until TZ comes in, at which point this would
be moved to security domain 1.

Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-apq8064.c b/arch/arm/mach-msm/board-apq8064.c
index 4a21203..f0b246a 100644
--- a/arch/arm/mach-msm/board-apq8064.c
+++ b/arch/arm/mach-msm/board-apq8064.c
@@ -55,6 +55,7 @@
 }
 
 static struct platform_device *common_devices[] __initdata = {
+	&msm_device_dmov,
 	&apq8064_device_uart_gsbi3
 };