summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-smdkv310.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-03-09 15:51:45 +0100
committerKukjin Kim <kgene.kim@samsung.com>2012-03-11 07:32:20 +0100
commitb3421f97b3d7d6993a770977ca4ceeb175de32c9 (patch)
treebd2f31c2cb305e6fb7300492537bdbeea433c011 /arch/arm/mach-exynos/mach-smdkv310.c
parentARM: S3C64XX: Supply platform data for SPI on Cragganmore (diff)
downloadlinux-b3421f97b3d7d6993a770977ca4ceeb175de32c9.tar.xz
linux-b3421f97b3d7d6993a770977ca4ceeb175de32c9.zip
ARM: EXYNOS: Enable G2D on SMDKV310
This patch enables G2D support on SMDKV310 board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-exynos/mach-smdkv310.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c
index 9c78c79d616d..265ce86f711d 100644
--- a/arch/arm/mach-exynos/mach-smdkv310.c
+++ b/arch/arm/mach-exynos/mach-smdkv310.c
@@ -271,6 +271,7 @@ static struct platform_device *smdkv310_devices[] __initdata = {
&s5p_device_fimc2,
&s5p_device_fimc3,
&s5p_device_fimc_md,
+ &s5p_device_g2d,
&exynos4_device_ac97,
&exynos4_device_i2s0,
&exynos4_device_ohci,