summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2012-05-12 15:31:53 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-05-12 15:32:00 +0900
commit06050e5580aaab667e5f25bc6cb0d554f8683bf0 (patch)
tree7232f487a35ca51d0a88a1bbd0e44115cda51023 /arch/arm/mach-exynos/include/mach
parentad28536a898fbdc8c57d64348e310e1bda776963 (diff)
downloadop-kernel-dev-06050e5580aaab667e5f25bc6cb0d554f8683bf0.zip
op-kernel-dev-06050e5580aaab667e5f25bc6cb0d554f8683bf0.tar.gz
ARM: EXYNOS: Add platform resource definitions for FIMC-LITE
Add the gate clocks and register region address definition for FIMC-LITE devices available in EXYNOS4X12 SoCs. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach')
-rw-r--r--arch/arm/mach-exynos/include/mach/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-exynos/include/mach/map.h
index 0e2292d..d30643b 100644
--- a/arch/arm/mach-exynos/include/mach/map.h
+++ b/arch/arm/mach-exynos/include/mach/map.h
@@ -34,6 +34,9 @@
#define EXYNOS4_PA_JPEG 0x11840000
+/* x = 0...1 */
+#define EXYNOS4_PA_FIMC_LITE(x) (0x12390000 + ((x) * 0x10000))
+
#define EXYNOS4_PA_G2D 0x12800000
#define EXYNOS4_PA_I2S0 0x03830000
OpenPOWER on IntegriCloud