tz: Add apq_device_tz_log device on 8064.

apq_device_tz_log is a debugfs module that displays
the contents of a buffer located in IMEM.  The contents
hold diagnostic information logged in by modules running
in secure domain.

This patch enables this tz_log debugfs module for 8064
target devices.

Change-Id: I5e4099735434ed500590fb093d6f675b9d4dd814
Signed-off-by: Ramesh Masavarapu <rameshm@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index 0234de6..566befb 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -2191,6 +2191,7 @@
 	&apq8064_rpm_device,
 	&apq8064_rpm_log_device,
 	&apq8064_rpm_stat_device,
+	&apq_device_tz_log,
 	&msm_bus_8064_apps_fabric,
 	&msm_bus_8064_sys_fabric,
 	&msm_bus_8064_mm_fabric,