aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cpu_errata.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/kernel/cpu_errata.c')
-rw-r--r--arch/arm64/kernel/cpu_errata.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/kernel/cpu_errata.c b/arch/arm64/kernel/cpu_errata.c
index b161abdd6e27..186c0fc61dcd 100644
--- a/arch/arm64/kernel/cpu_errata.c
+++ b/arch/arm64/kernel/cpu_errata.c
@@ -298,6 +298,15 @@ const struct arm64_cpu_capabilities arm64_errata[] = {
298 MIDR_CPU_VAR_REV(1, 2)), 298 MIDR_CPU_VAR_REV(1, 2)),
299 }, 299 },
300#endif 300#endif
301#ifdef CONFIG_ARM64_ERRATUM_843419
302 {
303 /* Cortex-A53 r0p[01234] */
304 .desc = "ARM erratum 843419",
305 .capability = ARM64_WORKAROUND_843419,
306 MIDR_RANGE(MIDR_CORTEX_A53, 0x00, 0x04),
307 MIDR_FIXED(0x4, BIT(8)),
308 },
309#endif
301#ifdef CONFIG_ARM64_ERRATUM_845719 310#ifdef CONFIG_ARM64_ERRATUM_845719
302 { 311 {
303 /* Cortex-A53 r0p[01234] */ 312 /* Cortex-A53 r0p[01234] */