diff options
author | Will Deacon <will.deacon@arm.com> | 2010-07-09 13:52:09 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-09 14:21:51 +0100 |
commit | bde28b846e7e0ea6fea78f6ad1c43091fdf4d3e0 (patch) | |
tree | a7510112dfa0a6733add6a97ed0d2ea23740141f /arch/arm/mach-vexpress/include/mach/ct-ca9x4.h | |
parent | e467e104bb7482170b79f516d2025e7cfcaaa733 (diff) | |
download | blackbird-op-linux-bde28b846e7e0ea6fea78f6ad1c43091fdf4d3e0.tar.gz blackbird-op-linux-bde28b846e7e0ea6fea78f6ad1c43091fdf4d3e0.zip |
ARM: 6218/1: Versatile Express: add support for local timers on CA9X4 daughterboard
This patch adds support for the Cortex-A9 local timers available when
using the CA9X4 daughterboard with the Versatile Express.
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/mach-vexpress/include/mach/ct-ca9x4.h')
-rw-r--r-- | arch/arm/mach-vexpress/include/mach/ct-ca9x4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/include/mach/ct-ca9x4.h b/arch/arm/mach-vexpress/include/mach/ct-ca9x4.h index 8650f04136ef..f9e2f8d22962 100644 --- a/arch/arm/mach-vexpress/include/mach/ct-ca9x4.h +++ b/arch/arm/mach-vexpress/include/mach/ct-ca9x4.h @@ -28,6 +28,7 @@ #define A9_MPCORE_SCU (CT_CA9X4_MPIC + 0x0000) #define A9_MPCORE_GIC_CPU (CT_CA9X4_MPIC + 0x0100) #define A9_MPCORE_GIT (CT_CA9X4_MPIC + 0x0200) +#define A9_MPCORE_TWD (CT_CA9X4_MPIC + 0x0600) #define A9_MPCORE_GIC_DIST (CT_CA9X4_MPIC + 0x1000) /* |