msm: 8064: Add video core support.

The instance of video codec device from msm8x60 devices
is added to support video core. The video codec device
instance contains information of mem type used, vidc bus
data and the resources.

Change-Id: I67fe7931d004511e15c084c1d7524a5e05e9e923
Signed-off-by: Rajesh Sastrula <vrajesh@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index ee1c91a..924a67d 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -59,6 +59,7 @@
 #include "mpm.h"
 #include "rpm_resources.h"
 #include "pm-boot.h"
+#include "devices-msm8x60.h"
 
 #define MSM_PMEM_ADSP_SIZE         0x7800000
 #define MSM_PMEM_AUDIO_SIZE        0x2B4000
@@ -1068,6 +1069,7 @@
 	&msm_bus_8064_mm_fabric,
 	&msm_bus_8064_sys_fpb,
 	&msm_bus_8064_cpss_fpb,
+	&msm_device_vidc,
 };
 
 static struct platform_device *sim_devices[] __initdata = {