fix(imx8ulp): increase the mmap region num

the mmap region num is not enough for the mmap regions,
so increase it, increase the xlat_table num too.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Change-Id: I2a2515b291e96cc12398a2c2c526351342811fff
diff --git a/plat/imx/imx8ulp/include/platform_def.h b/plat/imx/imx8ulp/include/platform_def.h
index 6674fcb..20c5851 100644
--- a/plat/imx/imx8ulp/include/platform_def.h
+++ b/plat/imx/imx8ulp/include/platform_def.h
@@ -47,8 +47,8 @@
 #define MAX_XLAT_TABLES			11
 #define MAX_MMAP_REGIONS		12
 #else
-#define MAX_XLAT_TABLES			8
-#define MAX_MMAP_REGIONS		9
+#define MAX_XLAT_TABLES			10
+#define MAX_MMAP_REGIONS		11
 #endif
 
 #define PLAT_GICD_BASE			U(0x2d400000)