Merge "fix(lx2160): set snoop-delayed exclusive handling on A72 cores" into integration
diff --git a/plat/nxp/soc-lx2160a/aarch64/lx2160a_helpers.S b/plat/nxp/soc-lx2160a/aarch64/lx2160a_helpers.S
index c364dec..d44e9fc 100644
--- a/plat/nxp/soc-lx2160a/aarch64/lx2160a_helpers.S
+++ b/plat/nxp/soc-lx2160a/aarch64/lx2160a_helpers.S
@@ -7,6 +7,7 @@
#include <arch.h>
#include <asm_macros.S>
+#include <cpu_macros.S>
#include <platform_def.h>
@@ -36,6 +37,8 @@
mov x29, x30
bl apply_platform_errata
+ sysreg_bit_set CORTEX_A72_CPUACTLR_EL1, CORTEX_A72_CPUACTLR_EL1_DELAY_EXCLUSIVE_SNOOP
+
#if defined(IMAGE_BL31)
ldr x0, =POLICY_SMMU_PAGESZ_64K
cbz x0, 1f