Re: [PATCH] ARM: socfpga: select the PL310 erratum 753970 workaround

From: Dinh Nguyen

Date: Mon Aug 31 2026 - 16:57:07 EST




On 8/30/26 22:22, Pengpeng Hou wrote:
ARCH_INTEL_SOCFPGA selects CACHE_L2X0 and several PL310 erratum
workarounds. The 753970 workaround is still conditioned on PL310, but that
Kconfig symbol no longer exists, so this one selection is always disabled.

Select PL310_ERRATA_753970 directly, consistently with the other PL310
workarounds required by the platform.

Fixes: fbc125afdc50 ("ARM: socfpga: Turn on ARM errata for L2 cache")
Signed-off-by: Pengpeng Hou <pengpeng@xxxxxxxxxxx>
---
arch/arm/mach-socfpga/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Applied!

Thanks,
Dinh