summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6440/include/mach/regs-clock.h
diff options
context:
space:
mode:
authorKukjin Kim2010-01-27 08:57:07 +0100
committerBen Dooks2010-01-27 09:43:07 +0100
commit81317960466ebd37fd958aa07993e3fea461dbe4 (patch)
treee3bfbebd233b69d426352eb7d3dc758be3997ff7 /arch/arm/mach-s5p6440/include/mach/regs-clock.h
parentARM: S5P6440: Move CPU specific code in plat-s5p to machine directory (diff)
downloadkernel-qcow2-linux-81317960466ebd37fd958aa07993e3fea461dbe4.tar.gz
kernel-qcow2-linux-81317960466ebd37fd958aa07993e3fea461dbe4.tar.xz
kernel-qcow2-linux-81317960466ebd37fd958aa07993e3fea461dbe4.zip
ARM: S5P6440: Move common memory map definitions for S5P
1. Moved common memory map definitions for S5P such as S5P_VA_XXX into plat-s5p/include/mach/map-s5p.h from mach-s5p6440/include/mach. 2. Removed unnecessary definitions in the map.h and irq.c 3. Removed the unnecessary support for unaligned UART address 4. Renamed S5P_VA_VICx definitions as VA_VICx 5. Moved the definitons of VIC_BASE to plat-s5p/include/plat/irqs.h Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6440/include/mach/regs-clock.h')
-rw-r--r--arch/arm/mach-s5p6440/include/mach/regs-clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p6440/include/mach/regs-clock.h b/arch/arm/mach-s5p6440/include/mach/regs-clock.h
index b7af28342bc4..c783ecc9f193 100644
--- a/arch/arm/mach-s5p6440/include/mach/regs-clock.h
+++ b/arch/arm/mach-s5p6440/include/mach/regs-clock.h
@@ -15,7 +15,7 @@
#include <mach/map.h>
-#define S5P_CLKREG(x) (S5P_VA_CLK + (x))
+#define S5P_CLKREG(x) (S3C_VA_SYS + (x))
#define S5P_APLL_LOCK S5P_CLKREG(0x00)
#define S5P_MPLL_LOCK S5P_CLKREG(0x04)