From 6b8249ff58cc8853396498a074535dcd7f81beaf Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Mon, 23 Mar 2020 15:54:30 +0800 Subject: plat: imx8mp: Add basic support for imx8mp Add the basic support for i.MX8MP. Signed-off-by: Jacky Bai --- plat/imx/common/imx_sip_svc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/imx/common/imx_sip_svc.c') diff --git a/plat/imx/common/imx_sip_svc.c b/plat/imx/common/imx_sip_svc.c index 23f561b9..74b59e83 100644 --- a/plat/imx/common/imx_sip_svc.c +++ b/plat/imx/common/imx_sip_svc.c @@ -45,7 +45,7 @@ static uintptr_t imx_sip_handler(unsigned int smc_fid, SMC_RET1(handle, imx_noc_handler(smc_fid, x1, x2, x3)); break; #endif -#if defined(PLAT_imx8mm) || defined(PLAT_imx8mn) +#if defined(PLAT_imx8mm) || defined(PLAT_imx8mn) || defined(PLAT_imx8mp) case IMX_SIP_DDR_DVFS: return dram_dvfs_handler(smc_fid, handle, x1, x2, x3); case IMX_SIP_GPC: -- cgit v1.2.3