summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/include
diff options
context:
space:
mode:
authorBen Dooks2010-05-20 12:38:30 +0200
committerBen Dooks2010-05-20 12:38:30 +0200
commit84eb9ecce20acfd287ba0d623fe5e99bfab08686 (patch)
treeed60f11843face3b8b2016d9adea36a8d709bb6b /arch/arm/mach-s5pc100/include
parentARM: Merge for-2635-4/s5pv210-boards (diff)
parentARM: SMDKC100: Add audio devices on board (diff)
downloadkernel-qcow2-linux-84eb9ecce20acfd287ba0d623fe5e99bfab08686.tar.gz
kernel-qcow2-linux-84eb9ecce20acfd287ba0d623fe5e99bfab08686.tar.xz
kernel-qcow2-linux-84eb9ecce20acfd287ba0d623fe5e99bfab08686.zip
ARM: Merge for-2635-4/s5p-devs
Merge branch 'for-2635-4/s5p-devs' into for-2635-4/partial2 Conflicts: arch/arm/mach-s5pc100/include/mach/map.h
Diffstat (limited to 'arch/arm/mach-s5pc100/include')
-rw-r--r--arch/arm/mach-s5pc100/include/mach/map.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/map.h b/arch/arm/mach-s5pc100/include/mach/map.h
index 6428f4898202..67049e4bd2ef 100644
--- a/arch/arm/mach-s5pc100/include/mach/map.h
+++ b/arch/arm/mach-s5pc100/include/mach/map.h
@@ -55,6 +55,16 @@
#define S5PC100_PA_FB (0xEE000000)
+#define S5PC100_PA_AC97 0xF2300000
+
+/* PCM */
+#define S5PC100_PA_PCM0 0xF2400000
+#define S5PC100_PA_PCM1 0xF2500000
+
+/* KEYPAD */
+#define S5PC100_PA_KEYPAD (0xF3100000)
+>>>>>>> for-2635-4/s5p-devs:arch/arm/mach-s5pc100/include/mach/map.h
+
#define S5PC100_PA_HSMMC(x) (0xED800000 + ((x) * 0x100000))
#define S5PC100_PA_SDRAM (0x20000000)