Commit cf57b1a7 authored by Jassi Brar's avatar Jassi Brar Committed by Kukjin Kim

ARM: S5P6450: Define base addresses for I2S

Define the base address of I2S-1 and 2 for S5P6450.
Signed-off-by: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
[kgene.kim@samsung.com: Added description]
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 6cb26da8
...@@ -63,6 +63,8 @@ ...@@ -63,6 +63,8 @@
#define S5P64X0_PA_HSMMC(x) (0xED800000 + ((x) * 0x100000)) #define S5P64X0_PA_HSMMC(x) (0xED800000 + ((x) * 0x100000))
#define S5P64X0_PA_I2S (0xF2000000) #define S5P64X0_PA_I2S (0xF2000000)
#define S5P6450_PA_I2S1 0xF2800000
#define S5P6450_PA_I2S2 0xF2900000
#define S5P64X0_PA_PCM (0xF2100000) #define S5P64X0_PA_PCM (0xF2100000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment