Merge "feat(ffa): align manifest to managed exit changes"
diff --git a/spm/cactus/plat/arm/fvp/fdts/cactus.dts b/spm/cactus/plat/arm/fvp/fdts/cactus.dts
index 18cddfe..c4e842f 100644
--- a/spm/cactus/plat/arm/fvp/fdts/cactus.dts
+++ b/spm/cactus/plat/arm/fvp/fdts/cactus.dts
@@ -27,7 +27,8 @@
 	entrypoint-offset = <0x00001000>;
 	xlat-granule = <0>; /* 4KiB */
 	boot-order = <0>;
-	messaging-method = <11>; /* Direct messaging with managed exit */
+	messaging-method = <3>; /* Direct messaging only */
+	managed-exit; /* Managed exit is supported */
 	run-time-model = <0>; /* Run to completion */
 
 	/* Boot protocol */
diff --git a/spm/cactus/plat/arm/tc0/fdts/cactus.dts b/spm/cactus/plat/arm/tc0/fdts/cactus.dts
index a7b213c..035f0de 100644
--- a/spm/cactus/plat/arm/tc0/fdts/cactus.dts
+++ b/spm/cactus/plat/arm/tc0/fdts/cactus.dts
@@ -25,7 +25,8 @@
 	entrypoint-offset = <0x00001000>;
 	xlat-granule = <0>; /* 4KiB */
 	boot-order = <0>;
-	messaging-method = <11>; /* Direct messaging with managed exit */
+	messaging-method = <3>; /* Direct messaging only */
+	managed-exit; /* Managed exit supported */
 	run-time-model = <1>; /* Run to completion */
 
 	/* Boot protocol */