aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-02-25 11:05:19 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-25 11:05:19 +0000
commit7b9a8d65a597efaba8c54ac3eaa4f8d3f3c482e1 (patch)
tree2443a58da904ac18fa634686e245219f66ff7808 /arch/arm/mach-s3c6400
parentb9aa5bf345a0b802af0d10b6cf1079738fe4fd12 (diff)
add-s3c64xx-tzic.patch
This adds in the TZIC support consts and also the VM mapping for the TZIC units, and adds TZIC init into mach-om-gta03.c Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h
index d0bcc2652f1..70bc211d125 100644
--- a/arch/arm/mach-s3c6400/include/mach/map.h
+++ b/arch/arm/mach-s3c6400/include/mach/map.h
@@ -51,6 +51,8 @@
#define S3C64XX_SZ_GPIO SZ_4K
#define S3C64XX_PA_SDRAM (0x50000000)
+#define S3C64XX_PA_TZIC0 (0x71000000)
+#define S3C64XX_PA_TZIC1 (0x71100000)
#define S3C64XX_PA_VIC0 (0x71200000)
#define S3C64XX_PA_VIC1 (0x71300000)
@@ -60,6 +62,8 @@
/* place VICs close together */
#define S3C_VA_VIC0 (S3C_VA_IRQ + 0x00)
#define S3C_VA_VIC1 (S3C_VA_IRQ + 0x10000)
+#define S3C_VA_TZIC0 (S3C_VA_IRQ + 0x20000)
+#define S3C_VA_TZIC1 (S3C_VA_IRQ + 0x30000)
/* compatibiltiy defines. */
#define S3C_PA_TIMER S3C64XX_PA_TIMER