summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-05-15 12:58:58 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-05-29 18:00:06 +0200
commit1cf5ce43d5a573509d2c6d276b4ba65e4037a135 (patch)
treeeed0328bf021c0cbbed94a747f21a0d1c9168af5
parentc649ee7b5105f89d17141873bcfb35c4522a1240 (diff)
arm64: Add MIDR_APM_POTENZA.
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--arch/arm64/include/asm/cputype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/cputype.h b/arch/arm64/include/asm/cputype.h
index 8e32a6f28f00..b09aa5f2fd55 100644
--- a/arch/arm64/include/asm/cputype.h
+++ b/arch/arm64/include/asm/cputype.h
@@ -112,6 +112,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__