Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX Silver

QCOM KRYO2XX Silver cores are Cortex-A53 based and are
susceptible to the 845719 erratum. Add them to the lookup
list to apply the erratum.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20201104232218.198800-5-konrad.dybcio@somainline.org
Signed-off-by: Will Deacon <will@kernel.org>

authored by

Konrad Dybcio and committed by
Will Deacon
23c21641 38328d40

+2
+2
arch/arm64/kernel/cpu_errata.c
··· 299 299 MIDR_REV_RANGE(MIDR_CORTEX_A53, 0, 0, 4), 300 300 /* Brahma-B53 r0p[0] */ 301 301 MIDR_REV(MIDR_BRAHMA_B53, 0, 0), 302 + /* Kryo2XX Silver rAp4 */ 303 + MIDR_REV(MIDR_QCOM_KRYO_2XX_SILVER, 0xa, 0x4), 302 304 {}, 303 305 }; 304 306 #endif