summaryrefslogtreecommitdiff
path: root/plat/imx/common/include/imx_sip_svc.h
diff options
context:
space:
mode:
authorJacky Bai <ping.bai@nxp.com>2020-03-23 15:54:30 +0800
committerJacky Bai <ping.bai@nxp.com>2020-03-27 20:52:50 +0800
commit6b8249ff58cc8853396498a074535dcd7f81beaf (patch)
tree4e541f03eb72e842da853d0131e8fabe9fe608b9 /plat/imx/common/include/imx_sip_svc.h
parentde9f6ef06affd646ec789fb832913db058321186 (diff)
plat: imx8mp: Add basic support for imx8mp
Add the basic support for i.MX8MP. Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Diffstat (limited to 'plat/imx/common/include/imx_sip_svc.h')
-rw-r--r--plat/imx/common/include/imx_sip_svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/common/include/imx_sip_svc.h b/plat/imx/common/include/imx_sip_svc.h
index e3e36e3e..64a01c14 100644
--- a/plat/imx/common/include/imx_sip_svc.h
+++ b/plat/imx/common/include/imx_sip_svc.h
@@ -75,7 +75,7 @@ int imx_hab_handler(uint32_t smc_fid, u_register_t x1,
int imx_noc_handler(uint32_t smc_fid, u_register_t x1,
u_register_t x2, u_register_t x3);
#endif
-#if defined(PLAT_imx8mm) || defined(PLAT_imx8mn)
+#if defined(PLAT_imx8mm) || defined(PLAT_imx8mn) || defined(PLAT_imx8mp)
int dram_dvfs_handler(uint32_t smc_fid, void *handle,
u_register_t x1, u_register_t x2, u_register_t x3);