Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ff56241 authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

arm64: Enable Arm64 858921 errata on kryo2xx gold cores



Add the kryo2xx gold cores to the list of CPUs that need
to have Arm64 858921 errata.

Change-Id: I2f3d59a39c95784f8760705e3a02fdeb8dbdb27d
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent 087210cf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -532,6 +532,12 @@ const struct arm64_cpu_capabilities arm64_errata[] = {
		.capability = ARM64_WORKAROUND_858921,
		MIDR_ALL_VERSIONS(MIDR_CORTEX_A73),
	},
	{
	/* KRYO2XX all versions */
		.desc = "ARM erratum 858921",
		.capability = ARM64_WORKAROUND_858921,
		MIDR_ALL_VERSIONS(MIDR_KRYO2XX_GOLD),
	},
#endif
#ifdef CONFIG_HARDEN_BRANCH_PREDICTOR
	{