aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-12-29 16:46:16 +0900
committerKukjin Kim <kgene.kim@samsung.com>2012-01-20 09:39:36 +0900
commit84207d83adc9a9b97d45d9cefaaf0ca766891b92 (patch)
treee6a1c4ba4453c95e70ee25a4e45594a4d935101d /arch
parent62d30f86f1f76e11819fb06c1597c7e7f1d620c2 (diff)
ARM: EXYNOS: Enable G2D on ORIGEN
This patch enables G2D support on ORIGEN board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/Kconfig1
-rw-r--r--arch/arm/mach-exynos/mach-origen.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index e7830fd4bc31..bd4600eaa7d8 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -305,6 +305,7 @@ config MACH_ORIGEN
select S5P_DEV_FIMC2
select S5P_DEV_FIMC3
select S5P_DEV_FIMD0
+ select S5P_DEV_G2D
select S5P_DEV_I2C_HDMIPHY
select S5P_DEV_MFC
select S5P_DEV_TV
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index 7bf8133502b3..e1d87b9a33e3 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -635,6 +635,7 @@ static struct platform_device *origen_devices[] __initdata = {
&s5p_device_fimc2,
&s5p_device_fimc3,
&s5p_device_fimd0,
+ &s5p_device_g2d,
&s5p_device_hdmi,
&s5p_device_i2c_hdmiphy,
&s5p_device_mfc,