diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:02:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:27:40 -0400 |
commit | 9e4ed5c394e64a40adc55797e885dae571e32800 (patch) | |
tree | ff7fcd8622b66cd0b4b0086c7522ac29e540a284 /arch/arm/mach-s5pc100/include/mach | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) |
ARM: S5PC100: Add audio platform devices
Define platform devices for all audio devices found on S5PC100
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/include/mach')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/map.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/map.h b/arch/arm/mach-s5pc100/include/mach/map.h index 4681ebe8bef6..de3891c6af0b 100644 --- a/arch/arm/mach-s5pc100/include/mach/map.h +++ b/arch/arm/mach-s5pc100/include/mach/map.h | |||
@@ -106,6 +106,13 @@ | |||
106 | #define S5PC100_PA_I2S1 (0xF2100000) | 106 | #define S5PC100_PA_I2S1 (0xF2100000) |
107 | #define S5PC100_PA_I2S2 (0xF2200000) | 107 | #define S5PC100_PA_I2S2 (0xF2200000) |
108 | 108 | ||
109 | /* AC97 */ | ||
110 | #define S5PC100_PA_AC97 0xF2300000 | ||
111 | |||
112 | /* PCM */ | ||
113 | #define S5PC100_PA_PCM0 0xF2400000 | ||
114 | #define S5PC100_PA_PCM1 0xF2500000 | ||
115 | |||
109 | /* KEYPAD */ | 116 | /* KEYPAD */ |
110 | #define S5PC100_PA_KEYPAD (0xF3100000) | 117 | #define S5PC100_PA_KEYPAD (0xF3100000) |
111 | 118 | ||