aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach/regs-audss.h
diff options
context:
space:
mode:
authorSangbeom Kim <sbkim73@samsung.com>2011-07-21 14:12:19 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-21 14:12:19 +0900
commit2839cc1e7e1f260afc5cf9fb6be5b6c3e9d85fea (patch)
tree9e740ff447a93f2d2f73bd45c05e9ff8af139d76 /arch/arm/mach-s5pv210/include/mach/regs-audss.h
parentb93cb91bd34ad9f9eaba78aeb84bb556f6150d0e (diff)
downloadkernel_samsung_smdk4412-2839cc1e7e1f260afc5cf9fb6be5b6c3e9d85fea.zip
kernel_samsung_smdk4412-2839cc1e7e1f260afc5cf9fb6be5b6c3e9d85fea.tar.gz
kernel_samsung_smdk4412-2839cc1e7e1f260afc5cf9fb6be5b6c3e9d85fea.tar.bz2
ARM: SAMSUNG: Add platform device for idma
Exynos4 and S5PC110(S5PV210) has Internal dma(idma) in AUDSS. To support idma, register idma platform device. and Exynos4 and S5PC110 has different IDMA address. TO handle different IDMA address, register idma platform data Signed-off-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/regs-audss.h')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/regs-audss.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/regs-audss.h b/arch/arm/mach-s5pv210/include/mach/regs-audss.h
new file mode 100644
index 0000000..eacc1f7
--- /dev/null
+++ b/arch/arm/mach-s5pv210/include/mach/regs-audss.h
@@ -0,0 +1,18 @@
+/* arch/arm/mach-s5pv210/include/mach/regs-audss.h
+ *
+ * Copyright (c) 2011 Samsung Electronics
+ * http://www.samsung.com
+ *
+ * S5PV210 Audio SubSystem clock register definitions
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
+#ifndef __PLAT_REGS_AUDSS_H
+#define __PLAT_REGS_AUDSS_H __FILE__
+
+#define S5PV210_AUDSS_INT_MEM (0xC0000000)
+
+#endif /* _PLAT_REGS_AUDSS_H */