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/plat-s3c64xx/cpu.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'arch/arm/plat-s3c64xx') diff --git a/arch/arm/plat-s3c64xx/cpu.c b/arch/arm/plat-s3c64xx/cpu.c index f9fdaab32ab..5cda43bc833 100644 --- a/arch/arm/plat-s3c64xx/cpu.c +++ b/arch/arm/plat-s3c64xx/cpu.c @@ -102,7 +102,17 @@ static struct map_desc s3c_iodesc[] __initdata = { .pfn = __phys_to_pfn(S3C64XX_PA_MODEM), .length = SZ_4K, .type = MT_DEVICE, - }, + }, { + .virtual = (unsigned long)S3C_VA_TZIC0, + .pfn = __phys_to_pfn(S3C64XX_PA_TZIC0), + .length = SZ_4K, + .type = MT_DEVICE, + }, { + .virtual = (unsigned long)S3C_VA_TZIC1, + .pfn = __phys_to_pfn(S3C64XX_PA_TZIC1), + .length = SZ_4K, + .type = MT_DEVICE, + } }; -- cgit v1.2.3