summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv310/include
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-18 23:49:44 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2010-11-18 23:49:44 (GMT)
commit460ed699f4c943e1ec4a8458869eb532fe31fd16 (patch)
tree8760d3baeab93048898c5cf36be5d2ddc2dc6c3b /arch/arm/mach-s5pv310/include
parent9aa2570e9be4bc43a0ea6abb637d525088ed22b9 (diff)
downloadlinux-fsl-qoriq-460ed699f4c943e1ec4a8458869eb532fe31fd16.tar.xz
ARM: S5PV310: Add audio platform devices
Define platform devices for all audio devices found on S5PV310 Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/include')
-rw-r--r--arch/arm/mach-s5pv310/include/mach/map.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h
index 169fac2..5399446 100644
--- a/arch/arm/mach-s5pv310/include/mach/map.h
+++ b/arch/arm/mach-s5pv310/include/mach/map.h
@@ -65,6 +65,22 @@
#define S5PV310_PA_SROMC (0x12570000)
+/* S/PDIF */
+#define S5PV310_PA_SPDIF 0xE1100000
+
+/* I2S */
+#define S5PV310_PA_I2S0 0x03830000
+#define S5PV310_PA_I2S1 0xE3100000
+#define S5PV310_PA_I2S2 0xE2A00000
+
+/* PCM */
+#define S5PV310_PA_PCM0 0x03840000
+#define S5PV310_PA_PCM1 0x13980000
+#define S5PV310_PA_PCM2 0x13990000
+
+/* AC97 */
+#define S5PV310_PA_AC97 0x139A0000
+
#define S5PV310_PA_UART (0x13800000)
#define S5P_PA_UART(x) (S5PV310_PA_UART + ((x) * S3C_UART_OFFSET))