diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-12-29 02:46:16 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-19 19:39:36 -0500 |
commit | 84207d83adc9a9b97d45d9cefaaf0ca766891b92 (patch) | |
tree | e6a1c4ba4453c95e70ee25a4e45594a4d935101d /arch | |
parent | 62d30f86f1f76e11819fb06c1597c7e7f1d620c2 (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/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 1 |
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 | |||
305 | select S5P_DEV_FIMC2 | 305 | select S5P_DEV_FIMC2 |
306 | select S5P_DEV_FIMC3 | 306 | select S5P_DEV_FIMC3 |
307 | select S5P_DEV_FIMD0 | 307 | select S5P_DEV_FIMD0 |
308 | select S5P_DEV_G2D | ||
308 | select S5P_DEV_I2C_HDMIPHY | 309 | select S5P_DEV_I2C_HDMIPHY |
309 | select S5P_DEV_MFC | 310 | select S5P_DEV_MFC |
310 | select S5P_DEV_TV | 311 | 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 = { | |||
635 | &s5p_device_fimc2, | 635 | &s5p_device_fimc2, |
636 | &s5p_device_fimc3, | 636 | &s5p_device_fimc3, |
637 | &s5p_device_fimd0, | 637 | &s5p_device_fimd0, |
638 | &s5p_device_g2d, | ||
638 | &s5p_device_hdmi, | 639 | &s5p_device_hdmi, |
639 | &s5p_device_i2c_hdmiphy, | 640 | &s5p_device_i2c_hdmiphy, |
640 | &s5p_device_mfc, | 641 | &s5p_device_mfc, |