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

Commit 1c2c7ce0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Apply erratum 1024718 to Cortex A55 r2p0"

parents 5f145029 65f97561
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1080,7 +1080,7 @@ static bool cpu_has_broken_dbm(void)
	/* List of CPUs which have broken DBM support. */
	static const struct midr_range cpus[] = {
#ifdef CONFIG_ARM64_ERRATUM_1024718
		MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 1, 0),  // A55 r0p0 -r1p0
		MIDR_RANGE(MIDR_CORTEX_A55, 0, 0, 2, 0),  // A55 r0p0 -r2p0
#endif
		{},
	};