From 7b9a8d65a597efaba8c54ac3eaa4f8d3f3c482e1 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 25 Feb 2009 11:05:19 +0000 Subject: 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 --- arch/arm/mach-s3c6400/include/mach/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/mach-s3c6400') 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 -- cgit v1.2.3