Merge "fix(mt8196): fix wrong register offset of dptx on MT8196" into integration
diff --git a/plat/mediatek/mt8196/include/platform_def.h b/plat/mediatek/mt8196/include/platform_def.h
index 4fa3079..363c8cc 100644
--- a/plat/mediatek/mt8196/include/platform_def.h
+++ b/plat/mediatek/mt8196/include/platform_def.h
@@ -207,8 +207,8 @@
 /*******************************************************************************
  * DP related constants
  ******************************************************************************/
-#define EDP_SEC_BASE		(IO_PHYS + 0x2EC50000)
-#define DP_SEC_BASE		(IO_PHYS + 0x2EC10000)
+#define EDP_SEC_BASE		(IO_PHYS + 0x2EC54000)
+#define DP_SEC_BASE		(IO_PHYS + 0x2EC14000)
 #define EDP_SEC_SIZE		(0x1000)
 #define DP_SEC_SIZE		(0x1000)