diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-12-29 16:46:16 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-20 09:39:36 +0900 |
commit | 84207d83adc9a9b97d45d9cefaaf0ca766891b92 (patch) | |
tree | e6a1c4ba4453c95e70ee25a4e45594a4d935101d /arch/arm/mach-exynos/mach-origen.c | |
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/arm/mach-exynos/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |