Skip to content

Commit 23c2164

Browse files
Konrad Dybciowilldeacon
authored andcommitted
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>
1 parent 38328d4 commit 23c2164

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/kernel/cpu_errata.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ static const struct midr_range erratum_845719_list[] = {
299299
MIDR_REV_RANGE(MIDR_CORTEX_A53, 0, 0, 4),
300300
/* Brahma-B53 r0p[0] */
301301
MIDR_REV(MIDR_BRAHMA_B53, 0, 0),
302+
/* Kryo2XX Silver rAp4 */
303+
MIDR_REV(MIDR_QCOM_KRYO_2XX_SILVER, 0xa, 0x4),
302304
{},
303305
};
304306
#endif

0 commit comments

Comments
 (0)