aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6442/include
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-05-18 03:02:50 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-18 06:09:50 -0400
commit070c808546f69bc37db14db96e043a3b8894e0e2 (patch)
treeb42e2e5ed97caaad0e9da4d89c2b44f93366439f /arch/arm/mach-s5p6442/include
parent95fa6e6cd34d33915504d207a832920d98e4e932 (diff)
ARM: S5P6442: Add audio platform devices
Define platform devices for all audio devices found on S5P6442 Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6442/include')
-rw-r--r--arch/arm/mach-s5p6442/include/mach/map.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/map.h b/arch/arm/mach-s5p6442/include/mach/map.h
index 685277d792f..767c596143c 100644
--- a/arch/arm/mach-s5p6442/include/mach/map.h
+++ b/arch/arm/mach-s5p6442/include/mach/map.h
@@ -51,6 +51,14 @@
51#define S5P6442_PA_SDRAM (0x20000000) 51#define S5P6442_PA_SDRAM (0x20000000)
52#define S5P_PA_SDRAM S5P6442_PA_SDRAM 52#define S5P_PA_SDRAM S5P6442_PA_SDRAM
53 53
54/* I2S */
55#define S5P6442_PA_I2S0 0xC0B00000
56#define S5P6442_PA_I2S1 0xF2200000
57
58/* PCM */
59#define S5P6442_PA_PCM0 0xF2400000
60#define S5P6442_PA_PCM1 0xF2500000
61
54/* compatibiltiy defines. */ 62/* compatibiltiy defines. */
55#define S3C_PA_UART S5P6442_PA_UART 63#define S3C_PA_UART S5P6442_PA_UART
56#define S3C_PA_IIC S5P6442_PA_IIC0 64#define S3C_PA_IIC S5P6442_PA_IIC0