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

Commit d31e97a6 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

arm64: Apply erratum 1024718 to Kryo3xx Cores



Add Kryo 3xx MIDR value to the list of CPUs that are
impacted by erratum 1024718.

Change-Id: I4d16fd3d0d5fe597d62eb0d4821514199d7f873c
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent eecb5b98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -896,6 +896,7 @@ static bool cpu_has_broken_dbm(void)
#ifdef CONFIG_ARM64_ERRATUM_1024718
		// A55 r0p0 -r1p0
		GENERIC_MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 1, 0),
		GENERIC_MIDR_RANGE(MIDR_KRYO3S, 7, 12, 7, 12),
#endif
		{},
	};