Merge "lk: msm: image_verify: Save boot hash regardless of signature decryption"
diff --git a/platform/apq8084/include/platform/iomap.h b/platform/apq8084/include/platform/iomap.h
index b7e3eda..6e1e38b 100644
--- a/platform/apq8084/include/platform/iomap.h
+++ b/platform/apq8084/include/platform/iomap.h
@@ -183,7 +183,7 @@
 #define INT_CTRL                    0x110
 #define CMD_MODE_DMA_SW_TRIGGER     0x090
 
-#define EOT_PACKET_CTRL             0x0C8
+#define EOT_PACKET_CTRL             0x0CC
 #define MISR_CMD_CTRL               0x0A0
 #define MISR_VIDEO_CTRL             0x0A4
 #define VIDEO_MODE_CTRL             0x010
diff --git a/platform/msm8226/include/platform/iomap.h b/platform/msm8226/include/platform/iomap.h
index 1f1b335..5b537e8 100644
--- a/platform/msm8226/include/platform/iomap.h
+++ b/platform/msm8226/include/platform/iomap.h
@@ -202,7 +202,7 @@
 #define INT_CTRL                    0x110
 #define CMD_MODE_DMA_SW_TRIGGER     0x090
 
-#define EOT_PACKET_CTRL             0x0C8
+#define EOT_PACKET_CTRL             0x0CC
 #define MISR_CMD_CTRL               0x0A0
 #define MISR_VIDEO_CTRL             0x0A4
 #define VIDEO_MODE_CTRL             0x010
diff --git a/platform/msm8974/include/platform/iomap.h b/platform/msm8974/include/platform/iomap.h
index 5c9d7dc..182f454 100644
--- a/platform/msm8974/include/platform/iomap.h
+++ b/platform/msm8974/include/platform/iomap.h
@@ -256,7 +256,7 @@
 #define INT_CTRL                    0x110
 #define CMD_MODE_DMA_SW_TRIGGER     0x090
 
-#define EOT_PACKET_CTRL             0x0C8
+#define EOT_PACKET_CTRL             0x0CC
 #define MISR_CMD_CTRL               0x0A0
 #define MISR_VIDEO_CTRL             0x0A4
 #define VIDEO_MODE_CTRL             0x010
diff --git a/platform/msm_shared/mipi_dsi.c b/platform/msm_shared/mipi_dsi.c
index 4b86359..2f87e2f 100644
--- a/platform/msm_shared/mipi_dsi.c
+++ b/platform/msm_shared/mipi_dsi.c
@@ -1209,6 +1209,7 @@
 	       ctl_base + CTRL);
 	writel(0x10000000, ctl_base + COMMAND_MODE_DMA_CTRL);
 	writel(0x10000000, ctl_base + MISR_CMD_CTRL);
+	writel(0x1, ctl_base + EOT_PACKET_CTRL);
 #endif
 
 	return 0;