summaryrefslogtreecommitdiff
path: root/plat/imx/common/imx_sip_svc.c
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2020-02-04 11:52:08 -0600
committerYe Li <ye.li@nxp.com>2020-03-10 03:50:14 -0700
commit41ab0a104945ee4210b6ef62b11a98b8a7406e1c (patch)
tree9c5d8f799227442930c5ddf410894ab8c9c814c3 /plat/imx/common/imx_sip_svc.c
parent9e373ebed30b7b1ff558a8cf62489071192448c9 (diff)
plat: imx8dxl: Add iMX8DXL support
Add support for new SoC i.MX8DXL Signed-off-by: Teo Hall <teo.hall@nxp.com> (cherry picked from a7a008da03cd08cae3387c428ad8145fb1fae354)
Diffstat (limited to 'plat/imx/common/imx_sip_svc.c')
-rw-r--r--plat/imx/common/imx_sip_svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/common/imx_sip_svc.c b/plat/imx/common/imx_sip_svc.c
index b0285143..8e2a6002 100644
--- a/plat/imx/common/imx_sip_svc.c
+++ b/plat/imx/common/imx_sip_svc.c
@@ -58,7 +58,7 @@ static uintptr_t imx_sip_handler(unsigned int smc_fid,
SMC_RET1(handle, imx_hab_handler(smc_fid, x1, x2, x3, x4));
break;
#endif
-#if (defined(PLAT_imx8qm) || defined(PLAT_imx8qx))
+#if (defined(PLAT_imx8qm) || defined(PLAT_imx8qx) || defined(PLAT_imx8dxl))
case IMX_SIP_SRTC:
return imx_srtc_handler(smc_fid, handle, x1, x2, x3, x4);
case IMX_SIP_CPUFREQ: