Browse Source

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>
Sachin Kamat 13 years ago
parent
commit
84207d83ad
2 changed files with 2 additions and 0 deletions
  1. 1 0
      arch/arm/mach-exynos/Kconfig
  2. 1 0
      arch/arm/mach-exynos/mach-origen.c

+ 1 - 0
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

+ 1 - 0
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,