Skip to content

Commit

Permalink
ARM: S5P6450: Define base addresses for I2S
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jassi Brar authored and Kukjin Kim committed Dec 29, 2010
1 parent 6cb26da commit cf57b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s5p64x0/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cf57b1a

Please sign in to comment.