diff options
| author | 2010-12-21 09:44:39 +0900 | |
|---|---|---|
| committer | 2010-12-30 08:24:23 +0900 | |
| commit | cf57b1a7f288829547b03385bf22124a96c82a4e (patch) | |
| tree | a110c7886cdaf2e1cfda448ebe4527fc7297f5f1 | |
| parent | ARM: S5P6450: Define clocks for I2S (diff) | |
| download | linux-dev-cf57b1a7f288829547b03385bf22124a96c82a4e.tar.xz linux-dev-cf57b1a7f288829547b03385bf22124a96c82a4e.zip | |
ARM: S5P6450: Define base addresses for I2S
Define the base address of I2S-1 and 2 for S5P6450.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
[kgene.kim@samsung.com: Added description]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
| -rw-r--r-- | arch/arm/mach-s5p64x0/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/include/mach/map.h b/arch/arm/mach-s5p64x0/include/mach/map.h index 31e534156e06..4d3d332152d0 100644 --- a/arch/arm/mach-s5p64x0/include/mach/map.h +++ b/arch/arm/mach-s5p64x0/include/mach/map.h @@ -63,6 +63,8 @@ #define S5P64X0_PA_HSMMC(x) (0xED800000 + ((x) * 0x100000)) #define S5P64X0_PA_I2S (0xF2000000) +#define S5P6450_PA_I2S1 0xF2800000 +#define S5P6450_PA_I2S2 0xF2900000 #define S5P64X0_PA_PCM (0xF2100000) |
