target/platform: msm8994: Enable kernel authentication

Add support to initialize CE engine instace 3 and needed macros
for kernel authentication.

CRs-Fixed: 674993
Change-Id: Iea4eb49a0bf74a2ba287a8f6cc51cf6a4db58239
diff --git a/platform/msm8994/include/platform/iomap.h b/platform/msm8994/include/platform/iomap.h
index fd51de5..60c9865 100644
--- a/platform/msm8994/include/platform/iomap.h
+++ b/platform/msm8994/include/platform/iomap.h
@@ -176,8 +176,8 @@
 #define SPMI_GENI_BASE              (SPMI_BASE + 0xA000)
 #define SPMI_PIC_BASE               (SPMI_BASE + 0xB000)
 
-#define MSM_CE2_BAM_BASE            0xFD444000
-#define MSM_CE2_BASE                0xFD45A000
+#define MSM_CE3_BAM_BASE            0xFD3C4000
+#define MSM_CE3_BASE                0xFD3DA000
 
 #define TLMM_BASE_ADDR              0xFD510000
 #define GPIO_CONFIG_ADDR(x)         (TLMM_BASE_ADDR + 0x1000 + (x)*0x10)