From 30cc6354b29160a79ba40747af621e03c7389a8f Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Tue, 15 May 2018 12:58:58 +0200 Subject: arm64: Add MIDR_APM_POTENZA. Signed-off-by: Christoph Muellner --- arch/arm64/include/asm/cputype.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/include/asm/cputype.h b/arch/arm64/include/asm/cputype.h index 30014a9f8f2b..4febbb1ab769 100644 --- a/arch/arm64/include/asm/cputype.h +++ b/arch/arm64/include/asm/cputype.h @@ -114,6 +114,7 @@ #define MIDR_QCOM_FALKOR_V1 MIDR_CPU_MODEL(ARM_CPU_IMP_QCOM, QCOM_CPU_PART_FALKOR_V1) #define MIDR_QCOM_FALKOR MIDR_CPU_MODEL(ARM_CPU_IMP_QCOM, QCOM_CPU_PART_FALKOR) #define MIDR_QCOM_KRYO MIDR_CPU_MODEL(ARM_CPU_IMP_QCOM, QCOM_CPU_PART_KRYO) +#define MIDR_APM_POTENZA MIDR_CPU_MODEL(ARM_CPU_IMP_APM, APM_CPU_PART_POTENZA) #ifndef __ASSEMBLY__ -- cgit v1.2.3