diff options
author | Will Deacon <will.deacon@arm.com> | 2014-05-02 17:06:02 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-05-25 23:47:45 +0100 |
commit | cd000cf650cd43dc0dc37032cb4016985c9dda6c (patch) | |
tree | e6953547c37ee607bf0eed6753adcecbc11c9b8a /arch/arm/include | |
parent | 1dc5455f6f0b2422b410cc913e8af32a617ba921 (diff) | |
download | linux-cd000cf650cd43dc0dc37032cb4016985c9dda6c.tar.gz linux-cd000cf650cd43dc0dc37032cb4016985c9dda6c.tar.bz2 linux-cd000cf650cd43dc0dc37032cb4016985c9dda6c.zip |
ARM: 8046/1: proc: add support for the Cortex-A17 processor
Cortex-A17 has identical initialisation requirements to Cortex-A12, so
hook it up in proc-v7.S in the same way.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/cputype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/cputype.h b/arch/arm/include/asm/cputype.h index c651e3b26ec7..550bf7110fef 100644 --- a/arch/arm/include/asm/cputype.h +++ b/arch/arm/include/asm/cputype.h @@ -72,6 +72,7 @@ #define ARM_CPU_PART_CORTEX_A15 0xC0F0 #define ARM_CPU_PART_CORTEX_A7 0xC070 #define ARM_CPU_PART_CORTEX_A12 0xC0D0 +#define ARM_CPU_PART_CORTEX_A17 0xC0E0 #define ARM_CPU_XSCALE_ARCH_MASK 0xe000 #define ARM_CPU_XSCALE_ARCH_V1 0x2000 |